Html Css Color HEX #550DFA Han Purple

📋 copy color: '#550DFA'

red 85 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #550DFA

Tints of Han Purple #550DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 24.43%
G = 3.74%
B = 71.84%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#550DFA (or 0x550DFA) is known color: Han Purple. HEX triplet: 55, 0D and FA. RGB value is (85,13,250). Sum of RGB (Red+Green+Blue) = 85+13+250=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #550DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550DFA is #AAF205. Grayscale: #3C3C3C. Windows color (decimal): -11203078 or 16387413. OLE color: 16387413.

HSL color Cylindrical-coordinate representation of color #550DFA: hue angle of 258.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550DFA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 13 250 -
CMYK 0.66 0.95 0 0.02
HSL 258.23º 0.96% 0.52% -
HSV(B) 258.23º 0.95% 0.98% -
XYZ 21.15 9.12 91.09 -
YUV 61.55 234.35 144.73 -
System Red Green Blue C M Y K H S L
Decimal 85 13 250 0.66 0.95 0 0.02 258.23 0.96 0.52
Hex 55 D FA 42 5F 0 2 102 60 34
Octal 125 15 372 102 137 0 2 402 140 64
Binary 1010101 1101 11111010 1000010 1011111 0 10 100000010 1100000 110100

Color Harmonies of #550DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DFA

Black with #550DFA

Text Example


Text Example

White with #550DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550DFA; }

 p { color: rgb(85,13,250); }

 H1.HeaderClassName
 {
   color: #550DFA;
 }
 .AnyTagClassName
 {
   color: #550DFA;
 }
</style>

background-color css

<style>
 a { background-color: #550DFA; }

 a { background-color: rgb(85,13,250); }

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

border-color css

<style>
 span { border-color: #550DFA; }

 span { border-color: rgb(85,13,250); }

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