Html Css Color HEX #7D06CE Dark Violet

📋 copy color: '#7D06CE'

red 125 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #7D06CE

Tints of Dark Violet #7D06CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 37.09%
G = 1.78%
B = 61.13%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D06CE (or 0x7D06CE) is known color: Dark Violet. HEX triplet: 7D, 06 and CE. RGB value is (125,6,206). Sum of RGB (Red+Green+Blue) = 125+6+206=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D06CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D06CE is #82F931. Grayscale: #3F3F3F. Windows color (decimal): -8583474 or 13502077. OLE color: 13502077.

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

Color convert

RGB 125 6 206 -
CMYK 0.39 0.97 0 0.19
HSL 275.7º 0.94% 0.42% -
HSV(B) 275.7º 0.97% 0.81% -
XYZ 19.66 8.95 59.08 -
YUV 64.38 207.92 171.24 -
System Red Green Blue C M Y K H S L
Decimal 125 6 206 0.39 0.97 0 0.19 275.7 0.94 0.42
Hex 7D 6 CE 27 61 0 13 114 5E 2A
Octal 175 6 316 47 141 0 23 424 136 52
Binary 1111101 110 11001110 100111 1100001 0 10011 100010100 1011110 101010

Color Harmonies of #7D06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D06CE

Black with #7D06CE

Text Example


Text Example

White with #7D06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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