Html Css Color HEX #5529CE Purple Heart

📋 copy color: '#5529CE'

red 85 ◦ green 41 ◦ blue 206

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

Shades of Purple Heart #5529CE

Tints of Purple Heart #5529CE

RGB

 RED value IS 85 (33.59% from 255) = 25.6%

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 25.6%
G = 12.35%
B = 62.05%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5529CE (or 0x5529CE) is known color: Purple Heart. HEX triplet: 55, 29 and CE. RGB value is (85,41,206). Sum of RGB (Red+Green+Blue) = 85+41+206=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #5529CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5529CE is #AAD631. Grayscale: #484848. Windows color (decimal): -11195954 or 13510997. OLE color: 13510997.

HSL color Cylindrical-coordinate representation of color #5529CE: hue angle of 256º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5529CE is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 41 206 -
CMYK 0.59 0.80 0 0.19
HSL 256º 0.67% 0.48% -
HSV(B) 256º 0.8% 0.81% -
XYZ 15.68 7.97 59.11 -
YUV 72.97 203.08 136.58 -
System Red Green Blue C M Y K H S L
Decimal 85 41 206 0.59 0.80 0 0.19 256 0.67 0.48
Hex 55 29 CE 3B 50 0 13 100 43 30
Octal 125 51 316 73 120 0 23 400 103 60
Binary 1010101 101001 11001110 111011 1010000 0 10011 100000000 1000011 110000

Color Harmonies of #5529CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5529CE

Black with #5529CE

Text Example


Text Example

White with #5529CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5529CE; }

 p { color: rgb(85,41,206); }

 H1.HeaderClassName
 {
   color: #5529CE;
 }
 .AnyTagClassName
 {
   color: #5529CE;
 }
</style>

background-color css

<style>
 a { background-color: #5529CE; }

 a { background-color: rgb(85,41,206); }

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

border-color css

<style>
 span { border-color: #5529CE; }

 span { border-color: rgb(85,41,206); }

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