Html Css Color HEX #552BFE Han Purple

📋 copy color: '#552BFE'

red 85 ◦ green 43 ◦ blue 254

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

Shades of Han Purple #552BFE

Tints of Han Purple #552BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.49%

R = 22.25%
G = 11.26%
B = 66.49%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#552BFE (or 0x552BFE) is known color: Han Purple. HEX triplet: 55, 2B and FE. RGB value is (85,43,254). Sum of RGB (Red+Green+Blue) = 85+43+254=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #552BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BFE is #AAD401. Grayscale: #4E4E4E. Windows color (decimal): -11195394 or 16657237. OLE color: 16657237.

HSL color Cylindrical-coordinate representation of color #552BFE: hue angle of 251.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #552BFE is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 43 254 -
CMYK 0.67 0.83 0 0.00
HSL 251.94º 0.99% 0.58% -
HSV(B) 251.94º 0.83% 1% -
XYZ 22.5 10.81 94.67 -
YUV 79.61 226.41 131.84 -
System Red Green Blue C M Y K H S L
Decimal 85 43 254 0.67 0.83 0 0.00 251.94 0.99 0.58
Hex 55 2B FE 43 53 0 0 FC 63 3A
Octal 125 53 376 103 123 0 0 374 143 72
Binary 1010101 101011 11111110 1000011 1010011 0 0 11111100 1100011 111010

Color Harmonies of #552BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BFE

Black with #552BFE

Text Example


Text Example

White with #552BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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