Html Css Color HEX #551FFC Han Purple

📋 copy color: '#551FFC'

red 85 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #551FFC

Tints of Han Purple #551FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 23.1%
G = 8.42%
B = 68.48%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#551FFC (or 0x551FFC) is known color: Han Purple. HEX triplet: 55, 1F and FC. RGB value is (85,31,252). Sum of RGB (Red+Green+Blue) = 85+31+252=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #551FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FFC is #AAE003. Grayscale: #474747. Windows color (decimal): -11198468 or 16523093. OLE color: 16523093.

HSL color Cylindrical-coordinate representation of color #551FFC: hue angle of 254.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551FFC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 31 252 -
CMYK 0.66 0.88 0 0.01
HSL 254.66º 0.97% 0.55% -
HSV(B) 254.66º 0.88% 0.99% -
XYZ 21.81 9.94 92.86 -
YUV 72.34 229.39 137.03 -
System Red Green Blue C M Y K H S L
Decimal 85 31 252 0.66 0.88 0 0.01 254.66 0.97 0.55
Hex 55 1F FC 42 58 0 1 FF 61 37
Octal 125 37 374 102 130 0 1 377 141 67
Binary 1010101 11111 11111100 1000010 1011000 0 1 11111111 1100001 110111

Color Harmonies of #551FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FFC

Black with #551FFC

Text Example


Text Example

White with #551FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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