Html Css Color HEX #552DEF Han Purple

📋 copy color: '#552DEF'

red 85 ◦ green 45 ◦ blue 239

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

Shades of Han Purple #552DEF

Tints of Han Purple #552DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 23.04%
G = 12.2%
B = 64.77%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#552DEF (or 0x552DEF) is known color: Han Purple. HEX triplet: 55, 2D and EF. RGB value is (85,45,239). Sum of RGB (Red+Green+Blue) = 85+45+239=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #552DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DEF is #AAD210. Grayscale: #4E4E4E. Windows color (decimal): -11194897 or 15674709. OLE color: 15674709.

HSL color Cylindrical-coordinate representation of color #552DEF: hue angle of 252.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552DEF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 45 239 -
CMYK 0.64 0.81 0 0.06
HSL 252.37º 0.86% 0.56% -
HSV(B) 252.37º 0.81% 0.94% -
XYZ 20.26 10.04 82.53 -
YUV 79.08 218.25 132.23 -
System Red Green Blue C M Y K H S L
Decimal 85 45 239 0.64 0.81 0 0.06 252.37 0.86 0.56
Hex 55 2D EF 40 51 0 6 FC 56 38
Octal 125 55 357 100 121 0 6 374 126 70
Binary 1010101 101101 11101111 1000000 1010001 0 110 11111100 1010110 111000

Color Harmonies of #552DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DEF

Black with #552DEF

Text Example


Text Example

White with #552DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,239); }

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

background-color css

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

 a { background-color: rgb(85,45,239); }

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

border-color css

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

 span { border-color: rgb(85,45,239); }

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