Html Css Color HEX #5224CF Purple Heart

📋 copy color: '#5224CF'

red 82 ◦ green 36 ◦ blue 207

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

Shades of Purple Heart #5224CF

Tints of Purple Heart #5224CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 25.23%
G = 11.08%
B = 63.69%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5224CF (or 0x5224CF) is known color: Purple Heart. HEX triplet: 52, 24 and CF. RGB value is (82,36,207). Sum of RGB (Red+Green+Blue) = 82+36+207=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #5224CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5224CF is #ADDB30. Grayscale: #444444. Windows color (decimal): -11393841 or 13575250. OLE color: 13575250.

HSL color Cylindrical-coordinate representation of color #5224CF: hue angle of 256.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5224CF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 36 207 -
CMYK 0.60 0.83 0 0.19
HSL 256.14º 0.7% 0.48% -
HSV(B) 256.14º 0.83% 0.81% -
XYZ 15.37 7.56 59.68 -
YUV 69.25 205.74 137.1 -
System Red Green Blue C M Y K H S L
Decimal 82 36 207 0.60 0.83 0 0.19 256.14 0.7 0.48
Hex 52 24 CF 3C 53 0 13 100 46 30
Octal 122 44 317 74 123 0 23 400 106 60
Binary 1010010 100100 11001111 111100 1010011 0 10011 100000000 1000110 110000

Color Harmonies of #5224CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5224CF

Black with #5224CF

Text Example


Text Example

White with #5224CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5224CF; }

 p { color: rgb(82,36,207); }

 H1.HeaderClassName
 {
   color: #5224CF;
 }
 .AnyTagClassName
 {
   color: #5224CF;
 }
</style>

background-color css

<style>
 a { background-color: #5224CF; }

 a { background-color: rgb(82,36,207); }

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

border-color css

<style>
 span { border-color: #5224CF; }

 span { border-color: rgb(82,36,207); }

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