Html Css Color HEX #7512BF Purple Heart

📋 copy color: '#7512BF'

red 117 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #7512BF

Tints of Purple Heart #7512BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.59%

R = 35.89%
G = 5.52%
B = 58.59%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7512BF (or 0x7512BF) is known color: Purple Heart. HEX triplet: 75, 12 and BF. RGB value is (117,18,191). Sum of RGB (Red+Green+Blue) = 117+18+191=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #7512BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512BF is #8AED40. Grayscale: #424242. Windows color (decimal): -9104705 or 12522101. OLE color: 12522101.

HSL color Cylindrical-coordinate representation of color #7512BF: hue angle of 274.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7512BF is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 18 191 -
CMYK 0.39 0.91 0 0.25
HSL 274.34º 0.83% 0.41% -
HSV(B) 274.34º 0.91% 0.75% -
XYZ 16.96 7.98 49.94 -
YUV 67.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 117 18 191 0.39 0.91 0 0.25 274.34 0.83 0.41
Hex 75 12 BF 27 5B 0 19 112 53 29
Octal 165 22 277 47 133 0 31 422 123 51
Binary 1110101 10010 10111111 100111 1011011 0 11001 100010010 1010011 101001

Color Harmonies of #7512BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512BF

Black with #7512BF

Text Example


Text Example

White with #7512BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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