Html Css Color HEX #552FEA Han Purple

📋 copy color: '#552FEA'

red 85 ◦ green 47 ◦ blue 234

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

Shades of Han Purple #552FEA

Tints of Han Purple #552FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.93%

R = 23.22%
G = 12.84%
B = 63.93%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#552FEA (or 0x552FEA) is known color: Han Purple. HEX triplet: 55, 2F and EA. RGB value is (85,47,234). Sum of RGB (Red+Green+Blue) = 85+47+234=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #552FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FEA is #AAD015. Grayscale: #4E4E4E. Windows color (decimal): -11194390 or 15347541. OLE color: 15347541.

HSL color Cylindrical-coordinate representation of color #552FEA: hue angle of 252.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552FEA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 47 234 -
CMYK 0.64 0.80 0 0.08
HSL 252.19º 0.82% 0.55% -
HSV(B) 252.19º 0.8% 0.92% -
XYZ 19.61 9.9 78.72 -
YUV 79.68 215.09 131.79 -
System Red Green Blue C M Y K H S L
Decimal 85 47 234 0.64 0.80 0 0.08 252.19 0.82 0.55
Hex 55 2F EA 40 50 0 8 FC 52 37
Octal 125 57 352 100 120 0 10 374 122 67
Binary 1010101 101111 11101010 1000000 1010000 0 1000 11111100 1010010 110111

Color Harmonies of #552FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FEA

Black with #552FEA

Text Example


Text Example

White with #552FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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