Html Css Color HEX #7B12CD Dark Violet

📋 copy color: '#7B12CD'

red 123 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #7B12CD

Tints of Dark Violet #7B12CD

RGB

 RED value IS 123 (48.44% from 255) = 35.55%

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

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

R = 35.55%
G = 5.2%
B = 59.25%

CMYK

 C value IS 0.4

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B12CD (or 0x7B12CD) is known color: Dark Violet. HEX triplet: 7B, 12 and CD. RGB value is (123,18,205). Sum of RGB (Red+Green+Blue) = 123+18+205=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B12CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B12CD is #84ED32. Grayscale: #464646. Windows color (decimal): -8711475 or 13439611. OLE color: 13439611.

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

Color convert

RGB 123 18 205 -
CMYK 0.4 0.91 0 0.20
HSL 273.69º 0.84% 0.44% -
HSV(B) 273.69º 0.91% 0.8% -
XYZ 19.4 9.05 58.48 -
YUV 70.71 203.79 165.29 -
System Red Green Blue C M Y K H S L
Decimal 123 18 205 0.4 0.91 0 0.20 273.69 0.84 0.44
Hex 7B 12 CD 28 5B 0 14 112 54 2C
Octal 173 22 315 50 133 0 24 422 124 54
Binary 1111011 10010 11001101 101000 1011011 0 10100 100010010 1010100 101100

Color Harmonies of #7B12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B12CD

Black with #7B12CD

Text Example


Text Example

White with #7B12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,18,205); }

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

background-color css

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

 a { background-color: rgb(123,18,205); }

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

border-color css

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

 span { border-color: rgb(123,18,205); }

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