Html Css Color HEX #5505CB Purple Heart

📋 copy color: '#5505CB'

red 85 ◦ green 5 ◦ blue 203

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

Shades of Purple Heart #5505CB

Tints of Purple Heart #5505CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 29.01%
G = 1.71%
B = 69.28%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5505CB (or 0x5505CB) is known color: Purple Heart. HEX triplet: 55, 05 and CB. RGB value is (85,5,203). Sum of RGB (Red+Green+Blue) = 85+5+203=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #5505CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505CB is #AAFA34. Grayscale: #323232. Windows color (decimal): -11205173 or 13305173. OLE color: 13305173.

HSL color Cylindrical-coordinate representation of color #5505CB: hue angle of 264.24º 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 #5505CB is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 5 203 -
CMYK 0.58 0.98 0 0.20
HSL 264.24º 0.95% 0.41% -
HSV(B) 264.24º 0.98% 0.8% -
XYZ 14.58 6.35 56.96 -
YUV 51.49 213.5 151.9 -
System Red Green Blue C M Y K H S L
Decimal 85 5 203 0.58 0.98 0 0.20 264.24 0.95 0.41
Hex 55 5 CB 3A 62 0 14 108 5F 29
Octal 125 5 313 72 142 0 24 410 137 51
Binary 1010101 101 11001011 111010 1100010 0 10100 100001000 1011111 101001

Color Harmonies of #5505CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5505CB

Black with #5505CB

Text Example


Text Example

White with #5505CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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