Html Css Color HEX #5221CB Purple Heart

📋 copy color: '#5221CB'

red 82 ◦ green 33 ◦ blue 203

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

Shades of Purple Heart #5221CB

Tints of Purple Heart #5221CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

 BLUE value IS 203 (79.69% from 255) = 63.84%

R = 25.79%
G = 10.38%
B = 63.84%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5221CB (or 0x5221CB) is known color: Purple Heart. HEX triplet: 52, 21 and CB. RGB value is (82,33,203). Sum of RGB (Red+Green+Blue) = 82+33+203=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #5221CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5221CB is #ADDE34. Grayscale: #424242. Windows color (decimal): -11394613 or 13312338. OLE color: 13312338.

HSL color Cylindrical-coordinate representation of color #5221CB: hue angle of 257.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5221CB is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 33 203 -
CMYK 0.60 0.84 0 0.20
HSL 257.29º 0.72% 0.46% -
HSV(B) 257.29º 0.84% 0.8% -
XYZ 14.8 7.19 57.11 -
YUV 67.03 204.73 138.68 -
System Red Green Blue C M Y K H S L
Decimal 82 33 203 0.60 0.84 0 0.20 257.29 0.72 0.46
Hex 52 21 CB 3C 54 0 14 101 48 2E
Octal 122 41 313 74 124 0 24 401 110 56
Binary 1010010 100001 11001011 111100 1010100 0 10100 100000001 1001000 101110

Color Harmonies of #5221CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5221CB

Black with #5221CB

Text Example


Text Example

White with #5221CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5221CB; }

 p { color: rgb(82,33,203); }

 H1.HeaderClassName
 {
   color: #5221CB;
 }
 .AnyTagClassName
 {
   color: #5221CB;
 }
</style>

background-color css

<style>
 a { background-color: #5221CB; }

 a { background-color: rgb(82,33,203); }

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

border-color css

<style>
 span { border-color: #5221CB; }

 span { border-color: rgb(82,33,203); }

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