Html Css Color HEX #5502CF Purple Heart

📋 copy color: '#5502CF'

red 85 ◦ green 2 ◦ blue 207

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

Shades of Purple Heart #5502CF

Tints of Purple Heart #5502CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.41%

R = 28.91%
G = 0.68%
B = 70.41%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5502CF (or 0x5502CF) is known color: Purple Heart. HEX triplet: 55, 02 and CF. RGB value is (85,2,207). Sum of RGB (Red+Green+Blue) = 85+2+207=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #5502CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502CF is #AAFD30. Grayscale: #313131. Windows color (decimal): -11205937 or 13566549. OLE color: 13566549.

HSL color Cylindrical-coordinate representation of color #5502CF: hue angle of 264.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502CF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 2 207 -
CMYK 0.59 0.99 0 0.19
HSL 264.29º 0.98% 0.41% -
HSV(B) 264.29º 0.99% 0.81% -
XYZ 15.03 6.48 59.49 -
YUV 50.19 216.5 152.83 -
System Red Green Blue C M Y K H S L
Decimal 85 2 207 0.59 0.99 0 0.19 264.29 0.98 0.41
Hex 55 2 CF 3B 63 0 13 108 62 29
Octal 125 2 317 73 143 0 23 410 142 51
Binary 1010101 10 11001111 111011 1100011 0 10011 100001000 1100010 101001

Color Harmonies of #5502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502CF

Black with #5502CF

Text Example


Text Example

White with #5502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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