Html Css Color HEX #552EFF Han Purple

📋 copy color: '#552EFF'

red 85 ◦ green 46 ◦ blue 255

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

Shades of Han Purple #552EFF

Tints of Han Purple #552EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.92%

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

R = 22.02%
G = 11.92%
B = 66.06%

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

#552EFF (or 0x552EFF) is known color: Han Purple. HEX triplet: 55, 2E and FF. RGB value is (85,46,255). Sum of RGB (Red+Green+Blue) = 85+46+255=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #552EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EFF is #AAD100. Grayscale: #505050. Windows color (decimal): -11194625 or 16723541. OLE color: 16723541.

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

Color convert

RGB 85 46 255 -
CMYK 0.67 0.82 0 0
HSL 251.2º 1% 0.59% -
HSV(B) 251.2º 0.82% 1% -
XYZ 22.77 11.11 95.55 -
YUV 81.49 225.92 130.51 -
System Red Green Blue C M Y K H S L
Decimal 85 46 255 0.67 0.82 0 0 251.2 1 0.59
Hex 55 2E FF 43 52 0 0 FB 64 3B
Octal 125 56 377 103 122 0 0 373 144 73
Binary 1010101 101110 11111111 1000011 1010010 0 0 11111011 1100100 111011

Color Harmonies of #552EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EFF

Black with #552EFF

Text Example


Text Example

White with #552EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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