Html Css Color HEX #7512D7 Blue Violet

📋 copy color: '#7512D7'

red 117 ◦ green 18 ◦ blue 215

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

Shades of Blue Violet #7512D7

Tints of Blue Violet #7512D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 33.43%
G = 5.14%
B = 61.43%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7512D7 (or 0x7512D7) is known color: Blue Violet. HEX triplet: 75, 12 and D7. RGB value is (117,18,215). Sum of RGB (Red+Green+Blue) = 117+18+215=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #7512D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512D7 is #8AED28. Grayscale: #454545. Windows color (decimal): -9104681 or 14094965. OLE color: 14094965.

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

Color convert

RGB 117 18 215 -
CMYK 0.46 0.92 0 0.16
HSL 270.15º 0.85% 0.46% -
HSV(B) 270.15º 0.92% 0.84% -
XYZ 19.82 9.12 65.01 -
YUV 70.06 209.8 161.48 -
System Red Green Blue C M Y K H S L
Decimal 117 18 215 0.46 0.92 0 0.16 270.15 0.85 0.46
Hex 75 12 D7 2E 5C 0 10 10E 55 2E
Octal 165 22 327 56 134 0 20 416 125 56
Binary 1110101 10010 11010111 101110 1011100 0 10000 100001110 1010101 101110

Color Harmonies of #7512D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512D7

Black with #7512D7

Text Example


Text Example

White with #7512D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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