Html Css Color HEX #5228CF Purple Heart

📋 copy color: '#5228CF'

red 82 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #5228CF

Tints of Purple Heart #5228CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 24.92%
G = 12.16%
B = 62.92%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5228CF (or 0x5228CF) is known color: Purple Heart. HEX triplet: 52, 28 and CF. RGB value is (82,40,207). Sum of RGB (Red+Green+Blue) = 82+40+207=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #5228CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5228CF is #ADD730. Grayscale: #464646. Windows color (decimal): -11392817 or 13576274. OLE color: 13576274.

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

Color convert

RGB 82 40 207 -
CMYK 0.60 0.81 0 0.19
HSL 255.09º 0.68% 0.48% -
HSV(B) 255.09º 0.81% 0.81% -
XYZ 15.5 7.82 59.72 -
YUV 71.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 82 40 207 0.60 0.81 0 0.19 255.09 0.68 0.48
Hex 52 28 CF 3C 51 0 13 FF 44 30
Octal 122 50 317 74 121 0 23 377 104 60
Binary 1010010 101000 11001111 111100 1010001 0 10011 11111111 1000100 110000

Color Harmonies of #5228CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5228CF

Black with #5228CF

Text Example


Text Example

White with #5228CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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