Html Css Color HEX #552BD2 Purple Heart

📋 copy color: '#552BD2'

red 85 ◦ green 43 ◦ blue 210

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

Shades of Purple Heart #552BD2

Tints of Purple Heart #552BD2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 210 (82.42% from 255) = 62.13%

R = 25.15%
G = 12.72%
B = 62.13%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#552BD2 (or 0x552BD2) is known color: Purple Heart. HEX triplet: 55, 2B and D2. RGB value is (85,43,210). Sum of RGB (Red+Green+Blue) = 85+43+210=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 210 (82.42% from 255 or 62.13% from 338); Max value from RGB is 210 - color contains mainly: blue. Hex color #552BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BD2 is #AAD42D. Grayscale: #494949. Windows color (decimal): -11195438 or 13773653. OLE color: 13773653.

HSL color Cylindrical-coordinate representation of color #552BD2: hue angle of 255.09º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552BD2 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 43 210 -
CMYK 0.60 0.80 0 0.18
HSL 255.09º 0.66% 0.5% -
HSV(B) 255.09º 0.8% 0.82% -
XYZ 16.24 8.31 61.72 -
YUV 74.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 85 43 210 0.60 0.80 0 0.18 255.09 0.66 0.5
Hex 55 2B D2 3C 50 0 12 FF 42 32
Octal 125 53 322 74 120 0 22 377 102 62
Binary 1010101 101011 11010010 111100 1010000 0 10010 11111111 1000010 110010

Color Harmonies of #552BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BD2

Black with #552BD2

Text Example


Text Example

White with #552BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,210); }

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

background-color css

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

 a { background-color: rgb(85,43,210); }

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

border-color css

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

 span { border-color: rgb(85,43,210); }

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