Html Css Color HEX #5509FE Han Purple

📋 copy color: '#5509FE'

red 85 ◦ green 9 ◦ blue 254

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

Shades of Han Purple #5509FE

Tints of Han Purple #5509FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 24.43%
G = 2.59%
B = 72.99%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5509FE (or 0x5509FE) is known color: Han Purple. HEX triplet: 55, 09 and FE. RGB value is (85,9,254). Sum of RGB (Red+Green+Blue) = 85+9+254=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #5509FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5509FE is #AAF601. Grayscale: #3A3A3A. Windows color (decimal): -11204098 or 16648533. OLE color: 16648533.

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

Color convert

RGB 85 9 254 -
CMYK 0.67 0.96 0 0.00
HSL 258.61º 0.99% 0.52% -
HSV(B) 258.61º 0.96% 1% -
XYZ 21.73 9.28 94.41 -
YUV 59.65 237.68 146.08 -
System Red Green Blue C M Y K H S L
Decimal 85 9 254 0.67 0.96 0 0.00 258.61 0.99 0.52
Hex 55 9 FE 43 60 0 0 103 63 34
Octal 125 11 376 103 140 0 0 403 143 64
Binary 1010101 1001 11111110 1000011 1100000 0 0 100000011 1100011 110100

Color Harmonies of #5509FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5509FE

Black with #5509FE

Text Example


Text Example

White with #5509FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5509FE; }

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

 H1.HeaderClassName
 {
   color: #5509FE;
 }
 .AnyTagClassName
 {
   color: #5509FE;
 }
</style>

background-color css

<style>
 a { background-color: #5509FE; }

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

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

border-color css

<style>
 span { border-color: #5509FE; }

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

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