Html Css Color HEX #552FFF Han Purple

📋 copy color: '#552FFF'

red 85 ◦ green 47 ◦ blue 255

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

Shades of Han Purple #552FFF

Tints of Han Purple #552FFF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

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

R = 21.96%
G = 12.14%
B = 65.89%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#552FFF (or 0x552FFF) is known color: Han Purple. HEX triplet: 55, 2F and FF. RGB value is (85,47,255). Sum of RGB (Red+Green+Blue) = 85+47+255=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #552FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FFF is #AAD000. Grayscale: #515151. Windows color (decimal): -11194369 or 16723797. OLE color: 16723797.

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

Color convert

RGB 85 47 255 -
CMYK 0.67 0.82 0 0
HSL 250.96º 1% 0.59% -
HSV(B) 250.96º 0.82% 1% -
XYZ 22.81 11.18 95.56 -
YUV 82.07 225.59 130.09 -
System Red Green Blue C M Y K H S L
Decimal 85 47 255 0.67 0.82 0 0 250.96 1 0.59
Hex 55 2F FF 43 52 0 0 FB 64 3B
Octal 125 57 377 103 122 0 0 373 144 73
Binary 1010101 101111 11111111 1000011 1010010 0 0 11111011 1100100 111011

Color Harmonies of #552FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FFF

Black with #552FFF

Text Example


Text Example

White with #552FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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