Html Css Color HEX #7D08DC Dark Violet

📋 copy color: '#7D08DC'

red 125 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #7D08DC

Tints of Dark Violet #7D08DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 35.41%
G = 2.27%
B = 62.32%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D08DC (or 0x7D08DC) is known color: Dark Violet. HEX triplet: 7D, 08 and DC. RGB value is (125,8,220). Sum of RGB (Red+Green+Blue) = 125+8+220=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D08DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08DC is #82F723. Grayscale: #424242. Windows color (decimal): -8582948 or 14420093. OLE color: 14420093.

HSL color Cylindrical-coordinate representation of color #7D08DC: hue angle of 273.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D08DC is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 8 220 -
CMYK 0.43 0.96 0 0.14
HSL 273.11º 0.93% 0.45% -
HSV(B) 273.11º 0.96% 0.86% -
XYZ 21.46 9.7 68.45 -
YUV 67.15 214.26 169.26 -
System Red Green Blue C M Y K H S L
Decimal 125 8 220 0.43 0.96 0 0.14 273.11 0.93 0.45
Hex 7D 8 DC 2B 60 0 E 111 5D 2D
Octal 175 10 334 53 140 0 16 421 135 55
Binary 1111101 1000 11011100 101011 1100000 0 1110 100010001 1011101 101101

Color Harmonies of #7D08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D08DC

Black with #7D08DC

Text Example


Text Example

White with #7D08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,220); }

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

background-color css

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

 a { background-color: rgb(125,8,220); }

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

border-color css

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

 span { border-color: rgb(125,8,220); }

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