Html Css Color HEX #7D0CBE Dark Violet

📋 copy color: '#7D0CBE'

red 125 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #7D0CBE

Tints of Dark Violet #7D0CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.67%

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 38.23%
G = 3.67%
B = 58.1%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D0CBE (or 0x7D0CBE) is known color: Dark Violet. HEX triplet: 7D, 0C and BE. RGB value is (125,12,190). Sum of RGB (Red+Green+Blue) = 125+12+190=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0CBE is #82F341. Grayscale: #414141. Windows color (decimal): -8581954 or 12455037. OLE color: 12455037.

HSL color Cylindrical-coordinate representation of color #7D0CBE: hue angle of 278.09º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0CBE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 12 190 -
CMYK 0.34 0.94 0 0.25
HSL 278.09º 0.88% 0.4% -
HSV(B) 278.09º 0.94% 0.75% -
XYZ 17.88 8.34 49.38 -
YUV 66.08 197.94 170.03 -
System Red Green Blue C M Y K H S L
Decimal 125 12 190 0.34 0.94 0 0.25 278.09 0.88 0.4
Hex 7D C BE 22 5E 0 19 116 58 28
Octal 175 14 276 42 136 0 31 426 130 50
Binary 1111101 1100 10111110 100010 1011110 0 11001 100010110 1011000 101000

Color Harmonies of #7D0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0CBE

Black with #7D0CBE

Text Example


Text Example

White with #7D0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,12,190); }

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

background-color css

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

 a { background-color: rgb(125,12,190); }

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

border-color css

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

 span { border-color: rgb(125,12,190); }

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