Html Css Color HEX #5222CD Purple Heart

📋 copy color: '#5222CD'

red 82 ◦ green 34 ◦ blue 205

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

Shades of Purple Heart #5222CD

Tints of Purple Heart #5222CD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 25.55%
G = 10.59%
B = 63.86%

CMYK

 C value IS 0.6

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5222CD (or 0x5222CD) is known color: Purple Heart. HEX triplet: 52, 22 and CD. RGB value is (82,34,205). Sum of RGB (Red+Green+Blue) = 82+34+205=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #5222CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5222CD is #ADDD32. Grayscale: #434343. Windows color (decimal): -11394355 or 13443666. OLE color: 13443666.

HSL color Cylindrical-coordinate representation of color #5222CD: hue angle of 256.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5222CD is Cyan = 0.6, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 34 205 -
CMYK 0.6 0.83 0 0.20
HSL 256.84º 0.72% 0.47% -
HSV(B) 256.84º 0.83% 0.8% -
XYZ 15.07 7.35 58.38 -
YUV 67.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 82 34 205 0.6 0.83 0 0.20 256.84 0.72 0.47
Hex 52 22 CD 3C 53 0 14 101 48 2F
Octal 122 42 315 74 123 0 24 401 110 57
Binary 1010010 100010 11001101 111100 1010011 0 10100 100000001 1001000 101111

Color Harmonies of #5222CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5222CD

Black with #5222CD

Text Example


Text Example

White with #5222CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5222CD; }

 p { color: rgb(82,34,205); }

 H1.HeaderClassName
 {
   color: #5222CD;
 }
 .AnyTagClassName
 {
   color: #5222CD;
 }
</style>

background-color css

<style>
 a { background-color: #5222CD; }

 a { background-color: rgb(82,34,205); }

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

border-color css

<style>
 span { border-color: #5222CD; }

 span { border-color: rgb(82,34,205); }

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