Html Css Color HEX #7E3375 Dark Purple

📋 copy color: '#7E3375'

red 126 ◦ green 51 ◦ blue 117

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

Shades of Dark Purple #7E3375

Tints of Dark Purple #7E3375

RGB

 RED value IS 126 (49.61% from 255) = 42.86%

 GREEN value IS 51 (20.31% from 255) = 17.35%

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

R = 42.86%
G = 17.35%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7E3375 (or 0x7E3375) is known color: Dark Purple. HEX triplet: 7E, 33 and 75. RGB value is (126,51,117). Sum of RGB (Red+Green+Blue) = 126+51+117=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3375 is #81CC8A. Grayscale: #505050. Windows color (decimal): -8506507 or 7680894. OLE color: 7680894.

HSL color Cylindrical-coordinate representation of color #7E3375: hue angle of 307.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3375 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 51 117 -
CMYK 0 0.60 0.07 0.51
HSL 307.2º 0.42% 0.35% -
HSV(B) 307.2º 0.6% 0.49% -
XYZ 13 8.09 17.71 -
YUV 80.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 126 51 117 0 0.60 0.07 0.51 307.2 0.42 0.35
Hex 7E 33 75 0 3C 7 33 133 2A 23
Octal 176 63 165 0 74 7 63 463 52 43
Binary 1111110 110011 1110101 0 111100 111 110011 100110011 101010 100011

Color Harmonies of #7E3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3375

Black with #7E3375

Text Example


Text Example

White with #7E3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E3375; }

 p { color: rgb(126,51,117); }

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

background-color css

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

 a { background-color: rgb(126,51,117); }

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

border-color css

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

 span { border-color: rgb(126,51,117); }

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