Html Css Color HEX #552ACB Purple Heart

📋 copy color: '#552ACB'

red 85 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #552ACB

Tints of Purple Heart #552ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.73%

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

R = 25.76%
G = 12.73%
B = 61.52%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#552ACB (or 0x552ACB) is known color: Purple Heart. HEX triplet: 55, 2A and CB. RGB value is (85,42,203). Sum of RGB (Red+Green+Blue) = 85+42+203=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #552ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ACB is #AAD534. Grayscale: #484848. Windows color (decimal): -11195701 or 13314645. OLE color: 13314645.

HSL color Cylindrical-coordinate representation of color #552ACB: hue angle of 256.02º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552ACB is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 42 203 -
CMYK 0.58 0.79 0 0.20
HSL 256.02º 0.66% 0.48% -
HSV(B) 256.02º 0.79% 0.8% -
XYZ 15.35 7.9 57.22 -
YUV 73.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 85 42 203 0.58 0.79 0 0.20 256.02 0.66 0.48
Hex 55 2A CB 3A 4F 0 14 100 42 30
Octal 125 52 313 72 117 0 24 400 102 60
Binary 1010101 101010 11001011 111010 1001111 0 10100 100000000 1000010 110000

Color Harmonies of #552ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552ACB

Black with #552ACB

Text Example


Text Example

White with #552ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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