Html Css Color HEX #7512C9 Purple Heart

📋 copy color: '#7512C9'

red 117 ◦ green 18 ◦ blue 201

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

Shades of Purple Heart #7512C9

Tints of Purple Heart #7512C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 59.82%

R = 34.82%
G = 5.36%
B = 59.82%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7512C9 (or 0x7512C9) is known color: Purple Heart. HEX triplet: 75, 12 and C9. RGB value is (117,18,201). Sum of RGB (Red+Green+Blue) = 117+18+201=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #7512C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512C9 is #8AED36. Grayscale: #434343. Windows color (decimal): -9104695 or 13177461. OLE color: 13177461.

HSL color Cylindrical-coordinate representation of color #7512C9: hue angle of 272.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7512C9 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 18 201 -
CMYK 0.42 0.91 0 0.21
HSL 272.46º 0.84% 0.43% -
HSV(B) 272.46º 0.91% 0.79% -
XYZ 18.1 8.43 55.93 -
YUV 68.46 202.8 162.62 -
System Red Green Blue C M Y K H S L
Decimal 117 18 201 0.42 0.91 0 0.21 272.46 0.84 0.43
Hex 75 12 C9 2A 5B 0 15 110 54 2B
Octal 165 22 311 52 133 0 25 420 124 53
Binary 1110101 10010 11001001 101010 1011011 0 10101 100010000 1010100 101011

Color Harmonies of #7512C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512C9

Black with #7512C9

Text Example


Text Example

White with #7512C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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