Html Css Color HEX #552CFF Han Purple

📋 copy color: '#552CFF'

red 85 ◦ green 44 ◦ blue 255

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

Shades of Han Purple #552CFF

Tints of Han Purple #552CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 22.14%
G = 11.46%
B = 66.41%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#552CFF (or 0x552CFF) is known color: Han Purple. HEX triplet: 55, 2C and FF. RGB value is (85,44,255). Sum of RGB (Red+Green+Blue) = 85+44+255=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #552CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CFF is #AAD300. Grayscale: #4F4F4F. Windows color (decimal): -11195137 or 16723029. OLE color: 16723029.

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

Color convert

RGB 85 44 255 -
CMYK 0.67 0.83 0 0
HSL 251.66º 1% 0.59% -
HSV(B) 251.66º 0.83% 1% -
XYZ 22.7 10.95 95.53 -
YUV 80.31 226.58 131.34 -
System Red Green Blue C M Y K H S L
Decimal 85 44 255 0.67 0.83 0 0 251.66 1 0.59
Hex 55 2C FF 43 53 0 0 FC 64 3B
Octal 125 54 377 103 123 0 0 374 144 73
Binary 1010101 101100 11111111 1000011 1010011 0 0 11111100 1100100 111011

Color Harmonies of #552CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CFF

Black with #552CFF

Text Example


Text Example

White with #552CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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