Html Css Color HEX #552BE6 Han Purple

📋 copy color: '#552BE6'

red 85 ◦ green 43 ◦ blue 230

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

Shades of Han Purple #552BE6

Tints of Han Purple #552BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.25%

R = 23.74%
G = 12.01%
B = 64.25%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#552BE6 (or 0x552BE6) is known color: Han Purple. HEX triplet: 55, 2B and E6. RGB value is (85,43,230). Sum of RGB (Red+Green+Blue) = 85+43+230=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #552BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BE6 is #AAD419. Grayscale: #4C4C4C. Windows color (decimal): -11195418 or 15084373. OLE color: 15084373.

HSL color Cylindrical-coordinate representation of color #552BE6: hue angle of 253.48º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552BE6 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 43 230 -
CMYK 0.63 0.81 0 0.10
HSL 253.48º 0.79% 0.54% -
HSV(B) 253.48º 0.81% 0.9% -
XYZ 18.89 9.37 75.68 -
YUV 76.88 214.41 133.79 -
System Red Green Blue C M Y K H S L
Decimal 85 43 230 0.63 0.81 0 0.10 253.48 0.79 0.54
Hex 55 2B E6 3F 51 0 A FD 4F 36
Octal 125 53 346 77 121 0 12 375 117 66
Binary 1010101 101011 11100110 111111 1010001 0 1010 11111101 1001111 110110

Color Harmonies of #552BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BE6

Black with #552BE6

Text Example


Text Example

White with #552BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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