Html Css Color HEX #5506CE Purple Heart

📋 copy color: '#5506CE'

red 85 ◦ green 6 ◦ blue 206

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

Shades of Purple Heart #5506CE

Tints of Purple Heart #5506CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

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

R = 28.62%
G = 2.02%
B = 69.36%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5506CE (or 0x5506CE) is known color: Purple Heart. HEX triplet: 55, 06 and CE. RGB value is (85,6,206). Sum of RGB (Red+Green+Blue) = 85+6+206=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #5506CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506CE is #AAF931. Grayscale: #333333. Windows color (decimal): -11204914 or 13502037. OLE color: 13502037.

HSL color Cylindrical-coordinate representation of color #5506CE: hue angle of 263.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506CE is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 6 206 -
CMYK 0.59 0.97 0 0.19
HSL 263.7º 0.94% 0.42% -
HSV(B) 263.7º 0.97% 0.81% -
XYZ 14.95 6.52 58.86 -
YUV 52.42 214.67 151.24 -
System Red Green Blue C M Y K H S L
Decimal 85 6 206 0.59 0.97 0 0.19 263.7 0.94 0.42
Hex 55 6 CE 3B 61 0 13 108 5E 2A
Octal 125 6 316 73 141 0 23 410 136 52
Binary 1010101 110 11001110 111011 1100001 0 10011 100001000 1011110 101010

Color Harmonies of #5506CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506CE

Black with #5506CE

Text Example


Text Example

White with #5506CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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