Html Css Color HEX #552CFE Han Purple

📋 copy color: '#552CFE'

red 85 ◦ green 44 ◦ blue 254

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

Shades of Han Purple #552CFE

Tints of Han Purple #552CFE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.49%

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

R = 22.19%
G = 11.49%
B = 66.32%

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

#552CFE (or 0x552CFE) is known color: Han Purple. HEX triplet: 55, 2C and FE. RGB value is (85,44,254). Sum of RGB (Red+Green+Blue) = 85+44+254=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #552CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CFE is #AAD301. Grayscale: #4F4F4F. Windows color (decimal): -11195138 or 16657493. OLE color: 16657493.

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

Color convert

RGB 85 44 254 -
CMYK 0.67 0.83 0 0.00
HSL 251.71º 0.99% 0.58% -
HSV(B) 251.71º 0.83% 1% -
XYZ 22.54 10.89 94.68 -
YUV 80.2 226.08 131.42 -
System Red Green Blue C M Y K H S L
Decimal 85 44 254 0.67 0.83 0 0.00 251.71 0.99 0.58
Hex 55 2C FE 43 53 0 0 FC 63 3A
Octal 125 54 376 103 123 0 0 374 143 72
Binary 1010101 101100 11111110 1000011 1010011 0 0 11111100 1100011 111010

Color Harmonies of #552CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CFE

Black with #552CFE

Text Example


Text Example

White with #552CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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