Html Css Color HEX #552FDF Han Purple

📋 copy color: '#552FDF'

red 85 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #552FDF

Tints of Han Purple #552FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 23.94%
G = 13.24%
B = 62.82%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#552FDF (or 0x552FDF) is known color: Han Purple. HEX triplet: 55, 2F and DF. RGB value is (85,47,223). Sum of RGB (Red+Green+Blue) = 85+47+223=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #552FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FDF is #AAD020. Grayscale: #4D4D4D. Windows color (decimal): -11194401 or 14626645. OLE color: 14626645.

HSL color Cylindrical-coordinate representation of color #552FDF: hue angle of 252.95º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552FDF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 47 223 -
CMYK 0.62 0.79 0 0.13
HSL 252.95º 0.73% 0.53% -
HSV(B) 252.95º 0.79% 0.87% -
XYZ 18.08 9.29 70.65 -
YUV 78.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 85 47 223 0.62 0.79 0 0.13 252.95 0.73 0.53
Hex 55 2F DF 3E 4F 0 D FD 49 35
Octal 125 57 337 76 117 0 15 375 111 65
Binary 1010101 101111 11011111 111110 1001111 0 1101 11111101 1001001 110101

Color Harmonies of #552FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FDF

Black with #552FDF

Text Example


Text Example

White with #552FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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