Html Css Color HEX #552FAB Purple Heart

📋 copy color: '#552FAB'

red 85 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #552FAB

Tints of Purple Heart #552FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.51%

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 28.05%
G = 15.51%
B = 56.44%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#552FAB (or 0x552FAB) is known color: Purple Heart. HEX triplet: 55, 2F and AB. RGB value is (85,47,171). Sum of RGB (Red+Green+Blue) = 85+47+171=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #552FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FAB is #AAD054. Grayscale: #484848. Windows color (decimal): -11194453 or 11218773. OLE color: 11218773.

HSL color Cylindrical-coordinate representation of color #552FAB: hue angle of 258.39º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552FAB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 47 171 -
CMYK 0.50 0.73 0 0.33
HSL 258.39º 0.57% 0.43% -
HSV(B) 258.39º 0.73% 0.67% -
XYZ 12.11 6.9 39.22 -
YUV 72.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 85 47 171 0.50 0.73 0 0.33 258.39 0.57 0.43
Hex 55 2F AB 32 49 0 21 102 39 2B
Octal 125 57 253 62 111 0 41 402 71 53
Binary 1010101 101111 10101011 110010 1001001 0 100001 100000010 111001 101011

Color Harmonies of #552FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FAB

Black with #552FAB

Text Example


Text Example

White with #552FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,47,171); }

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

background-color css

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

 a { background-color: rgb(85,47,171); }

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

border-color css

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

 span { border-color: rgb(85,47,171); }

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