Html Css Color HEX #7D07CD Dark Violet

📋 copy color: '#7D07CD'

red 125 ◦ green 7 ◦ blue 205

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

Shades of Dark Violet #7D07CD

Tints of Dark Violet #7D07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 37.09%
G = 2.08%
B = 60.83%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D07CD (or 0x7D07CD) is known color: Dark Violet. HEX triplet: 7D, 07 and CD. RGB value is (125,7,205). Sum of RGB (Red+Green+Blue) = 125+7+205=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D07CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D07CD is #82F832. Grayscale: #404040. Windows color (decimal): -8583219 or 13436797. OLE color: 13436797.

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

Color convert

RGB 125 7 205 -
CMYK 0.39 0.97 0 0.20
HSL 275.76º 0.93% 0.42% -
HSV(B) 275.76º 0.97% 0.8% -
XYZ 19.55 8.92 58.45 -
YUV 64.85 207.09 170.9 -
System Red Green Blue C M Y K H S L
Decimal 125 7 205 0.39 0.97 0 0.20 275.76 0.93 0.42
Hex 7D 7 CD 27 61 0 14 114 5D 2A
Octal 175 7 315 47 141 0 24 424 135 52
Binary 1111101 111 11001101 100111 1100001 0 10100 100010100 1011101 101010

Color Harmonies of #7D07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D07CD

Black with #7D07CD

Text Example


Text Example

White with #7D07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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