Html Css Color HEX #552FEF Han Purple

📋 copy color: '#552FEF'

red 85 ◦ green 47 ◦ blue 239

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

Shades of Han Purple #552FEF

Tints of Han Purple #552FEF

RGB

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

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

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

R = 22.91%
G = 12.67%
B = 64.42%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#552FEF (or 0x552FEF) is known color: Han Purple. HEX triplet: 55, 2F and EF. RGB value is (85,47,239). Sum of RGB (Red+Green+Blue) = 85+47+239=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #552FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FEF is #AAD010. Grayscale: #4F4F4F. Windows color (decimal): -11194385 or 15675221. OLE color: 15675221.

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

Color convert

RGB 85 47 239 -
CMYK 0.64 0.80 0 0.06
HSL 251.88º 0.86% 0.56% -
HSV(B) 251.88º 0.8% 0.94% -
XYZ 20.34 10.2 82.56 -
YUV 80.25 217.59 131.39 -
System Red Green Blue C M Y K H S L
Decimal 85 47 239 0.64 0.80 0 0.06 251.88 0.86 0.56
Hex 55 2F EF 40 50 0 6 FC 56 38
Octal 125 57 357 100 120 0 6 374 126 70
Binary 1010101 101111 11101111 1000000 1010000 0 110 11111100 1010110 111000

Color Harmonies of #552FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FEF

Black with #552FEF

Text Example


Text Example

White with #552FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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