Html Css Color HEX #552BEB Han Purple

📋 copy color: '#552BEB'

red 85 ◦ green 43 ◦ blue 235

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

Shades of Han Purple #552BEB

Tints of Han Purple #552BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 23.42%
G = 11.85%
B = 64.74%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#552BEB (or 0x552BEB) is known color: Han Purple. HEX triplet: 55, 2B and EB. RGB value is (85,43,235). Sum of RGB (Red+Green+Blue) = 85+43+235=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #552BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BEB is #AAD414. Grayscale: #4C4C4C. Windows color (decimal): -11195413 or 15412053. OLE color: 15412053.

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

Color convert

RGB 85 43 235 -
CMYK 0.64 0.82 0 0.08
HSL 253.13º 0.83% 0.55% -
HSV(B) 253.13º 0.82% 0.92% -
XYZ 19.61 9.66 79.43 -
YUV 77.45 216.91 133.39 -
System Red Green Blue C M Y K H S L
Decimal 85 43 235 0.64 0.82 0 0.08 253.13 0.83 0.55
Hex 55 2B EB 40 52 0 8 FD 53 37
Octal 125 53 353 100 122 0 10 375 123 67
Binary 1010101 101011 11101011 1000000 1010010 0 1000 11111101 1010011 110111

Color Harmonies of #552BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BEB

Black with #552BEB

Text Example


Text Example

White with #552BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,235); }

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

background-color css

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

 a { background-color: rgb(85,43,235); }

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

border-color css

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

 span { border-color: rgb(85,43,235); }

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