Html Css Color HEX #7D04CE Dark Violet

📋 copy color: '#7D04CE'

red 125 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #7D04CE

Tints of Dark Violet #7D04CE

RGB

 RED value IS 125 (49.22% from 255) = 37.31%

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 37.31%
G = 1.19%
B = 61.49%

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

#7D04CE (or 0x7D04CE) is known color: Dark Violet. HEX triplet: 7D, 04 and CE. RGB value is (125,4,206). Sum of RGB (Red+Green+Blue) = 125+4+206=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D04CE is #82FB31. Grayscale: #3E3E3E. Windows color (decimal): -8583986 or 13501565. OLE color: 13501565.

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

Color convert

RGB 125 4 206 -
CMYK 0.39 0.98 0 0.19
HSL 275.94º 0.96% 0.41% -
HSV(B) 275.94º 0.98% 0.81% -
XYZ 19.64 8.9 59.08 -
YUV 63.21 208.59 172.07 -
System Red Green Blue C M Y K H S L
Decimal 125 4 206 0.39 0.98 0 0.19 275.94 0.96 0.41
Hex 7D 4 CE 27 62 0 13 114 60 29
Octal 175 4 316 47 142 0 23 424 140 51
Binary 1111101 100 11001110 100111 1100010 0 10011 100010100 1100000 101001

Color Harmonies of #7D04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D04CE

Black with #7D04CE

Text Example


Text Example

White with #7D04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,206); }

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

background-color css

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

 a { background-color: rgb(125,4,206); }

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

border-color css

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

 span { border-color: rgb(125,4,206); }

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