Html Css Color HEX #5229CD Purple Heart

📋 copy color: '#5229CD'

red 82 ◦ green 41 ◦ blue 205

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

Shades of Purple Heart #5229CD

Tints of Purple Heart #5229CD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

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

R = 25%
G = 12.5%
B = 62.5%

CMYK

 C value IS 0.6

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5229CD (or 0x5229CD) is known color: Purple Heart. HEX triplet: 52, 29 and CD. RGB value is (82,41,205). Sum of RGB (Red+Green+Blue) = 82+41+205=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #5229CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229CD is #ADD632. Grayscale: #474747. Windows color (decimal): -11392563 or 13445458. OLE color: 13445458.

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

Color convert

RGB 82 41 205 -
CMYK 0.6 0.8 0 0.20
HSL 255º 0.67% 0.48% -
HSV(B) 255º 0.8% 0.8% -
XYZ 15.29 7.79 58.45 -
YUV 71.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 82 41 205 0.6 0.8 0 0.20 255 0.67 0.48
Hex 52 29 CD 3C 50 0 14 FF 43 30
Octal 122 51 315 74 120 0 24 377 103 60
Binary 1010010 101001 11001101 111100 1010000 0 10100 11111111 1000011 110000

Color Harmonies of #5229CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5229CD

Black with #5229CD

Text Example


Text Example

White with #5229CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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