Html Css Color HEX #7C12BB Dark Violet

📋 copy color: '#7C12BB'

red 124 ◦ green 18 ◦ blue 187

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

Shades of Dark Violet #7C12BB

Tints of Dark Violet #7C12BB

RGB

 RED value IS 124 (48.83% from 255) = 37.69%

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 37.69%
G = 5.47%
B = 56.84%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C12BB (or 0x7C12BB) is known color: Dark Violet. HEX triplet: 7C, 12 and BB. RGB value is (124,18,187). Sum of RGB (Red+Green+Blue) = 124+18+187=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C12BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C12BB is #83ED44. Grayscale: #444444. Windows color (decimal): -8645957 or 12259964. OLE color: 12259964.

HSL color Cylindrical-coordinate representation of color #7C12BB: hue angle of 277.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C12BB is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 18 187 -
CMYK 0.34 0.90 0 0.27
HSL 277.63º 0.82% 0.4% -
HSV(B) 277.63º 0.9% 0.73% -
XYZ 17.5 8.31 47.69 -
YUV 68.96 194.62 167.26 -
System Red Green Blue C M Y K H S L
Decimal 124 18 187 0.34 0.90 0 0.27 277.63 0.82 0.4
Hex 7C 12 BB 22 5A 0 1B 116 52 28
Octal 174 22 273 42 132 0 33 426 122 50
Binary 1111100 10010 10111011 100010 1011010 0 11011 100010110 1010010 101000

Color Harmonies of #7C12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C12BB

Black with #7C12BB

Text Example


Text Example

White with #7C12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,187); }

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

background-color css

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

 a { background-color: rgb(124,18,187); }

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

border-color css

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

 span { border-color: rgb(124,18,187); }

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