Html Css Color HEX #550DFC Han Purple

📋 copy color: '#550DFC'

red 85 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #550DFC

Tints of Han Purple #550DFC

RGB

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

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

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

R = 24.29%
G = 3.71%
B = 72%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#550DFC (or 0x550DFC) is known color: Han Purple. HEX triplet: 55, 0D and FC. RGB value is (85,13,252). Sum of RGB (Red+Green+Blue) = 85+13+252=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #550DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550DFC is #AAF203. Grayscale: #3C3C3C. Windows color (decimal): -11203076 or 16518485. OLE color: 16518485.

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

Color convert

RGB 85 13 252 -
CMYK 0.66 0.95 0 0.01
HSL 258.08º 0.98% 0.52% -
HSV(B) 258.08º 0.95% 0.99% -
XYZ 21.46 9.25 92.75 -
YUV 61.77 235.35 144.57 -
System Red Green Blue C M Y K H S L
Decimal 85 13 252 0.66 0.95 0 0.01 258.08 0.98 0.52
Hex 55 D FC 42 5F 0 1 102 62 34
Octal 125 15 374 102 137 0 1 402 142 64
Binary 1010101 1101 11111100 1000010 1011111 0 1 100000010 1100010 110100

Color Harmonies of #550DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DFC

Black with #550DFC

Text Example


Text Example

White with #550DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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