Html Css Color HEX #552DDE Han Purple

📋 copy color: '#552DDE'

red 85 ◦ green 45 ◦ blue 222

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

Shades of Han Purple #552DDE

Tints of Han Purple #552DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.78%

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 24.15%
G = 12.78%
B = 63.07%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#552DDE (or 0x552DDE) is known color: Han Purple. HEX triplet: 55, 2D and DE. RGB value is (85,45,222). Sum of RGB (Red+Green+Blue) = 85+45+222=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #552DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DDE is #AAD221. Grayscale: #4C4C4C. Windows color (decimal): -11194914 or 14560597. OLE color: 14560597.

HSL color Cylindrical-coordinate representation of color #552DDE: hue angle of 253.56º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552DDE is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 45 222 -
CMYK 0.62 0.80 0 0.13
HSL 253.56º 0.73% 0.52% -
HSV(B) 253.56º 0.8% 0.87% -
XYZ 17.87 9.08 69.92 -
YUV 77.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 85 45 222 0.62 0.80 0 0.13 253.56 0.73 0.52
Hex 55 2D DE 3E 50 0 D FE 49 34
Octal 125 55 336 76 120 0 15 376 111 64
Binary 1010101 101101 11011110 111110 1010000 0 1101 11111110 1001001 110100

Color Harmonies of #552DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DDE

Black with #552DDE

Text Example


Text Example

White with #552DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,222); }

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

background-color css

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

 a { background-color: rgb(85,45,222); }

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

border-color css

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

 span { border-color: rgb(85,45,222); }

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