Html Css Color HEX #7D12CB Dark Violet

📋 copy color: '#7D12CB'

red 125 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #7D12CB

Tints of Dark Violet #7D12CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 36.13%
G = 5.2%
B = 58.67%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D12CB (or 0x7D12CB) is known color: Dark Violet. HEX triplet: 7D, 12 and CB. RGB value is (125,18,203). Sum of RGB (Red+Green+Blue) = 125+18+203=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D12CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D12CB is #82ED34. Grayscale: #464646. Windows color (decimal): -8580405 or 13308541. OLE color: 13308541.

HSL color Cylindrical-coordinate representation of color #7D12CB: hue angle of 274.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D12CB is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 18 203 -
CMYK 0.38 0.91 0 0.20
HSL 274.7º 0.84% 0.43% -
HSV(B) 274.7º 0.91% 0.8% -
XYZ 19.45 9.1 57.23 -
YUV 71.08 202.45 166.46 -
System Red Green Blue C M Y K H S L
Decimal 125 18 203 0.38 0.91 0 0.20 274.7 0.84 0.43
Hex 7D 12 CB 26 5B 0 14 113 54 2B
Octal 175 22 313 46 133 0 24 423 124 53
Binary 1111101 10010 11001011 100110 1011011 0 10100 100010011 1010100 101011

Color Harmonies of #7D12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D12CB

Black with #7D12CB

Text Example


Text Example

White with #7D12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,203); }

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

background-color css

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

 a { background-color: rgb(125,18,203); }

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

border-color css

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

 span { border-color: rgb(125,18,203); }

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