Html Css Color HEX #552AFE Han Purple

📋 copy color: '#552AFE'

red 85 ◦ green 42 ◦ blue 254

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

Shades of Han Purple #552AFE

Tints of Han Purple #552AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 22.31%
G = 11.02%
B = 66.67%

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

#552AFE (or 0x552AFE) is known color: Han Purple. HEX triplet: 55, 2A and FE. RGB value is (85,42,254). Sum of RGB (Red+Green+Blue) = 85+42+254=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #552AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552AFE is #AAD501. Grayscale: #4E4E4E. Windows color (decimal): -11195650 or 16656981. OLE color: 16656981.

HSL color Cylindrical-coordinate representation of color #552AFE: hue angle of 252.17º 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 #552AFE is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 42 254 -
CMYK 0.67 0.83 0 0.00
HSL 252.17º 0.99% 0.58% -
HSV(B) 252.17º 0.83% 1% -
XYZ 22.46 10.74 94.66 -
YUV 79.03 226.75 132.26 -
System Red Green Blue C M Y K H S L
Decimal 85 42 254 0.67 0.83 0 0.00 252.17 0.99 0.58
Hex 55 2A FE 43 53 0 0 FC 63 3A
Octal 125 52 376 103 123 0 0 374 143 72
Binary 1010101 101010 11111110 1000011 1010011 0 0 11111100 1100011 111010

Color Harmonies of #552AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552AFE

Black with #552AFE

Text Example


Text Example

White with #552AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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