Html Css Color HEX #7512DC Blue Violet

📋 copy color: '#7512DC'

red 117 ◦ green 18 ◦ blue 220

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

Shades of Blue Violet #7512DC

Tints of Blue Violet #7512DC

RGB

 RED value IS 117 (46.09% from 255) = 32.96%

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

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 32.96%
G = 5.07%
B = 61.97%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7512DC (or 0x7512DC) is known color: Blue Violet. HEX triplet: 75, 12 and DC. RGB value is (117,18,220). Sum of RGB (Red+Green+Blue) = 117+18+220=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #7512DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512DC is #8AED23. Grayscale: #454545. Windows color (decimal): -9104676 or 14422645. OLE color: 14422645.

HSL color Cylindrical-coordinate representation of color #7512DC: hue angle of 269.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7512DC is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 18 220 -
CMYK 0.47 0.92 0 0.14
HSL 269.41º 0.85% 0.47% -
HSV(B) 269.41º 0.92% 0.86% -
XYZ 20.47 9.38 68.44 -
YUV 70.63 212.3 161.07 -
System Red Green Blue C M Y K H S L
Decimal 117 18 220 0.47 0.92 0 0.14 269.41 0.85 0.47
Hex 75 12 DC 2F 5C 0 E 10D 55 2F
Octal 165 22 334 57 134 0 16 415 125 57
Binary 1110101 10010 11011100 101111 1011100 0 1110 100001101 1010101 101111

Color Harmonies of #7512DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512DC

Black with #7512DC

Text Example


Text Example

White with #7512DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7512DC; }

 p { color: rgb(117,18,220); }

 H1.HeaderClassName
 {
   color: #7512DC;
 }
 .AnyTagClassName
 {
   color: #7512DC;
 }
</style>

background-color css

<style>
 a { background-color: #7512DC; }

 a { background-color: rgb(117,18,220); }

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

border-color css

<style>
 span { border-color: #7512DC; }

 span { border-color: rgb(117,18,220); }

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