Html Css Color HEX #7E0F64 Dark Purple

📋 copy color: '#7E0F64'

red 126 ◦ green 15 ◦ blue 100

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

Shades of Dark Purple #7E0F64

Tints of Dark Purple #7E0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 52.28%
G = 6.22%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E0F64 (or 0x7E0F64) is known color: Dark Purple. HEX triplet: 7E, 0F and 64. RGB value is (126,15,100). Sum of RGB (Red+Green+Blue) = 126+15+100=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0F64 is #81F09B. Grayscale: #393939. Windows color (decimal): -8515740 or 6557566. OLE color: 6557566.

HSL color Cylindrical-coordinate representation of color #7E0F64: hue angle of 314.05º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F64 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 15 100 -
CMYK 0 0.88 0.21 0.51
HSL 314.05º 0.79% 0.28% -
HSV(B) 314.05º 0.88% 0.49% -
XYZ 11.08 5.7 12.57 -
YUV 57.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 126 15 100 0 0.88 0.21 0.51 314.05 0.79 0.28
Hex 7E F 64 0 58 15 33 13A 4F 1C
Octal 176 17 144 0 130 25 63 472 117 34
Binary 1111110 1111 1100100 0 1011000 10101 110011 100111010 1001111 11100

Color Harmonies of #7E0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0F64

Black with #7E0F64

Text Example


Text Example

White with #7E0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,15,100); }

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

background-color css

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

 a { background-color: rgb(126,15,100); }

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

border-color css

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

 span { border-color: rgb(126,15,100); }

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