Html Css Color HEX #7D07CE Dark Violet

📋 copy color: '#7D07CE'

red 125 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #7D07CE

Tints of Dark Violet #7D07CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

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

R = 36.98%
G = 2.07%
B = 60.95%

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

#7D07CE (or 0x7D07CE) is known color: Dark Violet. HEX triplet: 7D, 07 and CE. RGB value is (125,7,206). Sum of RGB (Red+Green+Blue) = 125+7+206=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D07CE is #82F831. Grayscale: #404040. Windows color (decimal): -8583218 or 13502333. OLE color: 13502333.

HSL color Cylindrical-coordinate representation of color #7D07CE: hue angle of 275.58º degrees, saturation: 0.93, 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 #7D07CE is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 7 206 -
CMYK 0.39 0.97 0 0.19
HSL 275.58º 0.93% 0.42% -
HSV(B) 275.58º 0.97% 0.81% -
XYZ 19.67 8.97 59.09 -
YUV 64.97 207.59 170.82 -
System Red Green Blue C M Y K H S L
Decimal 125 7 206 0.39 0.97 0 0.19 275.58 0.93 0.42
Hex 7D 7 CE 27 61 0 13 114 5D 2A
Octal 175 7 316 47 141 0 23 424 135 52
Binary 1111101 111 11001110 100111 1100001 0 10011 100010100 1011101 101010

Color Harmonies of #7D07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D07CE

Black with #7D07CE

Text Example


Text Example

White with #7D07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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