Html Css Color HEX #7D08DF Dark Violet

📋 copy color: '#7D08DF'

red 125 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #7D08DF

Tints of Dark Violet #7D08DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 35.11%
G = 2.25%
B = 62.64%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D08DF (or 0x7D08DF) is known color: Dark Violet. HEX triplet: 7D, 08 and DF. RGB value is (125,8,223). Sum of RGB (Red+Green+Blue) = 125+8+223=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D08DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08DF is #82F720. Grayscale: #424242. Windows color (decimal): -8582945 or 14616701. OLE color: 14616701.

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

Color convert

RGB 125 8 223 -
CMYK 0.44 0.96 0 0.13
HSL 272.65º 0.93% 0.45% -
HSV(B) 272.65º 0.96% 0.87% -
XYZ 21.86 9.86 70.56 -
YUV 67.49 215.76 169.02 -
System Red Green Blue C M Y K H S L
Decimal 125 8 223 0.44 0.96 0 0.13 272.65 0.93 0.45
Hex 7D 8 DF 2C 60 0 D 111 5D 2D
Octal 175 10 337 54 140 0 15 421 135 55
Binary 1111101 1000 11011111 101100 1100000 0 1101 100010001 1011101 101101

Color Harmonies of #7D08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D08DF

Black with #7D08DF

Text Example


Text Example

White with #7D08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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