Html Css Color HEX #5505CC Purple Heart

📋 copy color: '#5505CC'

red 85 ◦ green 5 ◦ blue 204

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

Shades of Purple Heart #5505CC

Tints of Purple Heart #5505CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 28.91%
G = 1.7%
B = 69.39%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5505CC (or 0x5505CC) is known color: Purple Heart. HEX triplet: 55, 05 and CC. RGB value is (85,5,204). Sum of RGB (Red+Green+Blue) = 85+5+204=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #5505CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505CC is #AAFA33. Grayscale: #323232. Windows color (decimal): -11205172 or 13370709. OLE color: 13370709.

HSL color Cylindrical-coordinate representation of color #5505CC: hue angle of 264.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505CC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 5 204 -
CMYK 0.58 0.98 0 0.2
HSL 264.12º 0.95% 0.41% -
HSV(B) 264.12º 0.98% 0.8% -
XYZ 14.7 6.4 57.59 -
YUV 51.61 214 151.82 -
System Red Green Blue C M Y K H S L
Decimal 85 5 204 0.58 0.98 0 0.2 264.12 0.95 0.41
Hex 55 5 CC 3A 62 0 14 108 5F 29
Octal 125 5 314 72 142 0 24 410 137 51
Binary 1010101 101 11001100 111010 1100010 0 10100 100001000 1011111 101001

Color Harmonies of #5505CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5505CC

Black with #5505CC

Text Example


Text Example

White with #5505CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5505CC; }

 p { color: rgb(85,5,204); }

 H1.HeaderClassName
 {
   color: #5505CC;
 }
 .AnyTagClassName
 {
   color: #5505CC;
 }
</style>

background-color css

<style>
 a { background-color: #5505CC; }

 a { background-color: rgb(85,5,204); }

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

border-color css

<style>
 span { border-color: #5505CC; }

 span { border-color: rgb(85,5,204); }

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