Html Css Color HEX #551DFE Han Purple

📋 copy color: '#551DFE'

red 85 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #551DFE

Tints of Han Purple #551DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

 BLUE value IS 254 (99.61% from 255) = 69.02%

R = 23.1%
G = 7.88%
B = 69.02%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#551DFE (or 0x551DFE) is known color: Han Purple. HEX triplet: 55, 1D and FE. RGB value is (85,29,254). Sum of RGB (Red+Green+Blue) = 85+29+254=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #551DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551DFE is #AAE201. Grayscale: #464646. Windows color (decimal): -11198978 or 16653653. OLE color: 16653653.

HSL color Cylindrical-coordinate representation of color #551DFE: hue angle of 254.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551DFE is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 29 254 -
CMYK 0.67 0.89 0 0.00
HSL 254.93º 0.99% 0.55% -
HSV(B) 254.93º 0.89% 1% -
XYZ 22.08 9.97 94.53 -
YUV 71.39 231.05 137.7 -
System Red Green Blue C M Y K H S L
Decimal 85 29 254 0.67 0.89 0 0.00 254.93 0.99 0.55
Hex 55 1D FE 43 59 0 0 FF 63 37
Octal 125 35 376 103 131 0 0 377 143 67
Binary 1010101 11101 11111110 1000011 1011001 0 0 11111111 1100011 110111

Color Harmonies of #551DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DFE

Black with #551DFE

Text Example


Text Example

White with #551DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,29,254); }

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

background-color css

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

 a { background-color: rgb(85,29,254); }

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

border-color css

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

 span { border-color: rgb(85,29,254); }

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