Html Css Color HEX #741375 Purple

📋 copy color: '#741375'

red 116 ◦ green 19 ◦ blue 117

#741375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #741375

Tints of Purple #741375

RGB

 RED value IS 116 (45.7% from 255) = 46.03%

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 46.03%
G = 7.54%
B = 46.43%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#741375 (or 0x741375) is known color: Purple. HEX triplet: 74, 13 and 75. RGB value is (116,19,117). Sum of RGB (Red+Green+Blue) = 116+19+117=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #741375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741375 is #8BEC8A. Grayscale: #3A3A3A. Windows color (decimal): -9170059 or 7672692. OLE color: 7672692.

HSL color Cylindrical-coordinate representation of color #741375: hue angle of 299.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741375 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 19 117 -
CMYK 0.01 0.84 0 0.54
HSL 299.39º 0.72% 0.27% -
HSV(B) 299.39º 0.84% 0.46% -
XYZ 10.65 5.46 17.32 -
YUV 59.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 116 19 117 0.01 0.84 0 0.54 299.39 0.72 0.27
Hex 74 13 75 1 54 0 36 12B 48 1B
Octal 164 23 165 1 124 0 66 453 110 33
Binary 1110100 10011 1110101 1 1010100 0 110110 100101011 1001000 11011

Color Harmonies of #741375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741375

Black with #741375

Text Example


Text Example

White with #741375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741375; }

 p { color: rgb(116,19,117); }

 H1.HeaderClassName
 {
   color: #741375;
 }
 .AnyTagClassName
 {
   color: #741375;
 }
</style>

background-color css

<style>
 a { background-color: #741375; }

 a { background-color: rgb(116,19,117); }

 div.DivClassName
 {
   background-color: #741375;
 }
 .BgClassName
 {
   background-color: #741375;
 }
</style>

border-color css

<style>
 span { border-color: #741375; }

 span { border-color: rgb(116,19,117); }

 td.TdClassName
 {
   border-color: #741375;
 }
 .TagClassName
 {
   border-color: #741375;
 }
</style>