Html Css Color HEX #7E05CF Dark Violet

📋 copy color: '#7E05CF'

red 126 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #7E05CF

Tints of Dark Violet #7E05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

 BLUE value IS 207 (81.25% from 255) = 61.24%

R = 37.28%
G = 1.48%
B = 61.24%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E05CF (or 0x7E05CF) is known color: Dark Violet. HEX triplet: 7E, 05 and CF. RGB value is (126,5,207). Sum of RGB (Red+Green+Blue) = 126+5+207=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E05CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E05CF is #81FA30. Grayscale: #3F3F3F. Windows color (decimal): -8518193 or 13567358. OLE color: 13567358.

HSL color Cylindrical-coordinate representation of color #7E05CF: hue angle of 275.94º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E05CF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 5 207 -
CMYK 0.39 0.98 0 0.19
HSL 275.94º 0.95% 0.42% -
HSV(B) 275.94º 0.98% 0.81% -
XYZ 19.92 9.05 59.73 -
YUV 64.21 208.59 172.07 -
System Red Green Blue C M Y K H S L
Decimal 126 5 207 0.39 0.98 0 0.19 275.94 0.95 0.42
Hex 7E 5 CF 27 62 0 13 114 5F 2A
Octal 176 5 317 47 142 0 23 424 137 52
Binary 1111110 101 11001111 100111 1100010 0 10011 100010100 1011111 101010

Color Harmonies of #7E05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E05CF

Black with #7E05CF

Text Example


Text Example

White with #7E05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,5,207); }

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

background-color css

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

 a { background-color: rgb(126,5,207); }

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

border-color css

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

 span { border-color: rgb(126,5,207); }

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