Html Css Color HEX #7E0F69 Dark Purple

📋 copy color: '#7E0F69'

red 126 ◦ green 15 ◦ blue 105

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

Shades of Dark Purple #7E0F69

Tints of Dark Purple #7E0F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 51.22%
G = 6.1%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E0F69 (or 0x7E0F69) is known color: Dark Purple. HEX triplet: 7E, 0F and 69. RGB value is (126,15,105). Sum of RGB (Red+Green+Blue) = 126+15+105=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0F69 is #81F096. Grayscale: #3A3A3A. Windows color (decimal): -8515735 or 6885246. OLE color: 6885246.

HSL color Cylindrical-coordinate representation of color #7E0F69: hue angle of 311.35º 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 #7E0F69 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 15 105 -
CMYK 0 0.88 0.17 0.51
HSL 311.35º 0.79% 0.28% -
HSV(B) 311.35º 0.88% 0.49% -
XYZ 11.32 5.8 13.89 -
YUV 58.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 126 15 105 0 0.88 0.17 0.51 311.35 0.79 0.28
Hex 7E F 69 0 58 11 33 137 4F 1C
Octal 176 17 151 0 130 21 63 467 117 34
Binary 1111110 1111 1101001 0 1011000 10001 110011 100110111 1001111 11100

Color Harmonies of #7E0F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0F69

Black with #7E0F69

Text Example


Text Example

White with #7E0F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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