Html Css Color HEX #551FDF Han Purple

📋 copy color: '#551FDF'

red 85 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #551FDF

Tints of Han Purple #551FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.14%

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 25.07%
G = 9.14%
B = 65.78%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#551FDF (or 0x551FDF) is known color: Han Purple. HEX triplet: 55, 1F and DF. RGB value is (85,31,223). Sum of RGB (Red+Green+Blue) = 85+31+223=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #551FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FDF is #AAE020. Grayscale: #444444. Windows color (decimal): -11198497 or 14622549. OLE color: 14622549.

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

Color convert

RGB 85 31 223 -
CMYK 0.62 0.86 0 0.13
HSL 256.88º 0.76% 0.5% -
HSV(B) 256.88º 0.86% 0.87% -
XYZ 17.56 8.24 70.48 -
YUV 69.03 214.89 139.39 -
System Red Green Blue C M Y K H S L
Decimal 85 31 223 0.62 0.86 0 0.13 256.88 0.76 0.5
Hex 55 1F DF 3E 56 0 D 101 4C 32
Octal 125 37 337 76 126 0 15 401 114 62
Binary 1010101 11111 11011111 111110 1010110 0 1101 100000001 1001100 110010

Color Harmonies of #551FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FDF

Black with #551FDF

Text Example


Text Example

White with #551FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,31,223); }

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

background-color css

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

 a { background-color: rgb(85,31,223); }

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

border-color css

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

 span { border-color: rgb(85,31,223); }

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