Html Css Color HEX #552ECC Purple Heart

📋 copy color: '#552ECC'

red 85 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #552ECC

Tints of Purple Heart #552ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

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

R = 25.37%
G = 13.73%
B = 60.9%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#552ECC (or 0x552ECC) is known color: Purple Heart. HEX triplet: 55, 2E and CC. RGB value is (85,46,204). Sum of RGB (Red+Green+Blue) = 85+46+204=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #552ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ECC is #AAD133. Grayscale: #4B4B4B. Windows color (decimal): -11194676 or 13381205. OLE color: 13381205.

HSL color Cylindrical-coordinate representation of color #552ECC: hue angle of 254.81º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552ECC is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 46 204 -
CMYK 0.58 0.77 0 0.2
HSL 254.81º 0.63% 0.49% -
HSV(B) 254.81º 0.77% 0.8% -
XYZ 15.62 8.24 57.89 -
YUV 75.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 85 46 204 0.58 0.77 0 0.2 254.81 0.63 0.49
Hex 55 2E CC 3A 4D 0 14 FF 3F 31
Octal 125 56 314 72 115 0 24 377 77 61
Binary 1010101 101110 11001100 111010 1001101 0 10100 11111111 111111 110001

Color Harmonies of #552ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552ECC

Black with #552ECC

Text Example


Text Example

White with #552ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552ECC; }

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

 H1.HeaderClassName
 {
   color: #552ECC;
 }
 .AnyTagClassName
 {
   color: #552ECC;
 }
</style>

background-color css

<style>
 a { background-color: #552ECC; }

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

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

border-color css

<style>
 span { border-color: #552ECC; }

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

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