Html Css Color HEX #7512BD Purple Heart

📋 copy color: '#7512BD'

red 117 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #7512BD

Tints of Purple Heart #7512BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.33%

R = 36.11%
G = 5.56%
B = 58.33%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7512BD (or 0x7512BD) is known color: Purple Heart. HEX triplet: 75, 12 and BD. RGB value is (117,18,189). Sum of RGB (Red+Green+Blue) = 117+18+189=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #7512BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512BD is #8AED42. Grayscale: #424242. Windows color (decimal): -9104707 or 12391029. OLE color: 12391029.

HSL color Cylindrical-coordinate representation of color #7512BD: hue angle of 274.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7512BD is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 18 189 -
CMYK 0.38 0.90 0 0.26
HSL 274.74º 0.83% 0.41% -
HSV(B) 274.74º 0.9% 0.74% -
XYZ 16.74 7.89 48.78 -
YUV 67.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 117 18 189 0.38 0.90 0 0.26 274.74 0.83 0.41
Hex 75 12 BD 26 5A 0 1A 113 53 29
Octal 165 22 275 46 132 0 32 423 123 51
Binary 1110101 10010 10111101 100110 1011010 0 11010 100010011 1010011 101001

Color Harmonies of #7512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512BD

Black with #7512BD

Text Example


Text Example

White with #7512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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