Html Css Color HEX #5212AF Purple Heart

📋 copy color: '#5212AF'

red 82 ◦ green 18 ◦ blue 175

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

Shades of Purple Heart #5212AF

Tints of Purple Heart #5212AF

RGB

 RED value IS 82 (32.42% from 255) = 29.82%

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

 BLUE value IS 175 (68.75% from 255) = 63.64%

R = 29.82%
G = 6.55%
B = 63.64%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5212AF (or 0x5212AF) is known color: Purple Heart. HEX triplet: 52, 12 and AF. RGB value is (82,18,175). Sum of RGB (Red+Green+Blue) = 82+18+175=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #5212AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5212AF is #ADED50. Grayscale: #363636. Windows color (decimal): -11398481 or 11473490. OLE color: 11473490.

HSL color Cylindrical-coordinate representation of color #5212AF: hue angle of 264.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5212AF is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 18 175 -
CMYK 0.53 0.90 0 0.31
HSL 264.46º 0.81% 0.38% -
HSV(B) 264.46º 0.9% 0.69% -
XYZ 11.43 5.32 40.98 -
YUV 55.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 82 18 175 0.53 0.90 0 0.31 264.46 0.81 0.38
Hex 52 12 AF 35 5A 0 1F 108 51 26
Octal 122 22 257 65 132 0 37 410 121 46
Binary 1010010 10010 10101111 110101 1011010 0 11111 100001000 1010001 100110

Color Harmonies of #5212AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5212AF

Black with #5212AF

Text Example


Text Example

White with #5212AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5212AF; }

 p { color: rgb(82,18,175); }

 H1.HeaderClassName
 {
   color: #5212AF;
 }
 .AnyTagClassName
 {
   color: #5212AF;
 }
</style>

background-color css

<style>
 a { background-color: #5212AF; }

 a { background-color: rgb(82,18,175); }

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

border-color css

<style>
 span { border-color: #5212AF; }

 span { border-color: rgb(82,18,175); }

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