Html Css Color HEX #551CDE Han Purple

📋 copy color: '#551CDE'

red 85 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #551CDE

Tints of Han Purple #551CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 25.37%
G = 8.36%
B = 66.27%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#551CDE (or 0x551CDE) is known color: Han Purple. HEX triplet: 55, 1C and DE. RGB value is (85,28,222). Sum of RGB (Red+Green+Blue) = 85+28+222=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #551CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CDE is #AAE321. Grayscale: #424242. Windows color (decimal): -11199266 or 14556245. OLE color: 14556245.

HSL color Cylindrical-coordinate representation of color #551CDE: hue angle of 257.63º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551CDE is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 28 222 -
CMYK 0.62 0.87 0 0.13
HSL 257.63º 0.78% 0.49% -
HSV(B) 257.63º 0.87% 0.87% -
XYZ 17.35 8.04 69.74 -
YUV 67.16 215.38 140.73 -
System Red Green Blue C M Y K H S L
Decimal 85 28 222 0.62 0.87 0 0.13 257.63 0.78 0.49
Hex 55 1C DE 3E 57 0 D 102 4E 31
Octal 125 34 336 76 127 0 15 402 116 61
Binary 1010101 11100 11011110 111110 1010111 0 1101 100000010 1001110 110001

Color Harmonies of #551CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CDE

Black with #551CDE

Text Example


Text Example

White with #551CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551CDE; }

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

 H1.HeaderClassName
 {
   color: #551CDE;
 }
 .AnyTagClassName
 {
   color: #551CDE;
 }
</style>

background-color css

<style>
 a { background-color: #551CDE; }

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

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

border-color css

<style>
 span { border-color: #551CDE; }

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

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