Html Css Color HEX #550CFB Han Purple

📋 copy color: '#550CFB'

red 85 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #550CFB

Tints of Han Purple #550CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 24.43%
G = 3.45%
B = 72.13%

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

#550CFB (or 0x550CFB) is known color: Han Purple. HEX triplet: 55, 0C and FB. RGB value is (85,12,251). Sum of RGB (Red+Green+Blue) = 85+12+251=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #550CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CFB is #AAF304. Grayscale: #3C3C3C. Windows color (decimal): -11203333 or 16452693. OLE color: 16452693.

HSL color Cylindrical-coordinate representation of color #550CFB: hue angle of 258.33º degrees, saturation: 0.97, 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 #550CFB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 12 251 -
CMYK 0.66 0.95 0 0.02
HSL 258.33º 0.97% 0.52% -
HSV(B) 258.33º 0.95% 0.98% -
XYZ 21.29 9.16 91.91 -
YUV 61.07 235.18 145.07 -
System Red Green Blue C M Y K H S L
Decimal 85 12 251 0.66 0.95 0 0.02 258.33 0.97 0.52
Hex 55 C FB 42 5F 0 2 102 61 34
Octal 125 14 373 102 137 0 2 402 141 64
Binary 1010101 1100 11111011 1000010 1011111 0 10 100000010 1100001 110100

Color Harmonies of #550CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CFB

Black with #550CFB

Text Example


Text Example

White with #550CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,12,251); }

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

background-color css

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

 a { background-color: rgb(85,12,251); }

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

border-color css

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

 span { border-color: rgb(85,12,251); }

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