Html Css Color HEX #550DF3 Han Purple

📋 copy color: '#550DF3'

red 85 ◦ green 13 ◦ blue 243

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

Shades of Han Purple #550DF3

Tints of Han Purple #550DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.26%

R = 24.93%
G = 3.81%
B = 71.26%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#550DF3 (or 0x550DF3) is known color: Han Purple. HEX triplet: 55, 0D and F3. RGB value is (85,13,243). Sum of RGB (Red+Green+Blue) = 85+13+243=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #550DF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550DF3 is #AAF20C. Grayscale: #3B3B3B. Windows color (decimal): -11203085 or 15928661. OLE color: 15928661.

HSL color Cylindrical-coordinate representation of color #550DF3: hue angle of 258.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550DF3 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 13 243 -
CMYK 0.65 0.95 0 0.05
HSL 258.78º 0.91% 0.5% -
HSV(B) 258.78º 0.95% 0.95% -
XYZ 20.07 8.69 85.41 -
YUV 60.75 230.85 145.3 -
System Red Green Blue C M Y K H S L
Decimal 85 13 243 0.65 0.95 0 0.05 258.78 0.91 0.5
Hex 55 D F3 41 5F 0 5 103 5B 32
Octal 125 15 363 101 137 0 5 403 133 62
Binary 1010101 1101 11110011 1000001 1011111 0 101 100000011 1011011 110010

Color Harmonies of #550DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DF3

Black with #550DF3

Text Example


Text Example

White with #550DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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