Html Css Color HEX #5502BE Purple Heart

📋 copy color: '#5502BE'

red 85 ◦ green 2 ◦ blue 190

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

Shades of Purple Heart #5502BE

Tints of Purple Heart #5502BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 190 (74.61% from 255) = 68.59%

R = 30.69%
G = 0.72%
B = 68.59%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5502BE (or 0x5502BE) is known color: Purple Heart. HEX triplet: 55, 02 and BE. RGB value is (85,2,190). Sum of RGB (Red+Green+Blue) = 85+2+190=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #5502BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502BE is #AAFD41. Grayscale: #2F2F2F. Windows color (decimal): -11205954 or 12452437. OLE color: 12452437.

HSL color Cylindrical-coordinate representation of color #5502BE: hue angle of 266.49º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502BE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 2 190 -
CMYK 0.55 0.99 0 0.25
HSL 266.49º 0.98% 0.38% -
HSV(B) 266.49º 0.99% 0.75% -
XYZ 13.06 5.69 49.13 -
YUV 48.25 208 154.21 -
System Red Green Blue C M Y K H S L
Decimal 85 2 190 0.55 0.99 0 0.25 266.49 0.98 0.38
Hex 55 2 BE 37 63 0 19 10A 62 26
Octal 125 2 276 67 143 0 31 412 142 46
Binary 1010101 10 10111110 110111 1100011 0 11001 100001010 1100010 100110

Color Harmonies of #5502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502BE

Black with #5502BE

Text Example


Text Example

White with #5502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5502BE; }

 p { color: rgb(85,2,190); }

 H1.HeaderClassName
 {
   color: #5502BE;
 }
 .AnyTagClassName
 {
   color: #5502BE;
 }
</style>

background-color css

<style>
 a { background-color: #5502BE; }

 a { background-color: rgb(85,2,190); }

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

border-color css

<style>
 span { border-color: #5502BE; }

 span { border-color: rgb(85,2,190); }

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