Html Css Color HEX #550CF2 Han Purple

📋 copy color: '#550CF2'

red 85 ◦ green 12 ◦ blue 242

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

Shades of Han Purple #550CF2

Tints of Han Purple #550CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 71.39%

R = 25.07%
G = 3.54%
B = 71.39%

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

#550CF2 (or 0x550CF2) is known color: Han Purple. HEX triplet: 55, 0C and F2. RGB value is (85,12,242). Sum of RGB (Red+Green+Blue) = 85+12+242=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #550CF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CF2 is #AAF30D. Grayscale: #3B3B3B. Windows color (decimal): -11203342 or 15862869. OLE color: 15862869.

HSL color Cylindrical-coordinate representation of color #550CF2: hue angle of 259.04º 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 #550CF2 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 12 242 -
CMYK 0.65 0.95 0 0.05
HSL 259.04º 0.91% 0.5% -
HSV(B) 259.04º 0.95% 0.95% -
XYZ 19.9 8.61 84.62 -
YUV 60.05 230.68 145.8 -
System Red Green Blue C M Y K H S L
Decimal 85 12 242 0.65 0.95 0 0.05 259.04 0.91 0.5
Hex 55 C F2 41 5F 0 5 103 5B 32
Octal 125 14 362 101 137 0 5 403 133 62
Binary 1010101 1100 11110010 1000001 1011111 0 101 100000011 1011011 110010

Color Harmonies of #550CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CF2

Black with #550CF2

Text Example


Text Example

White with #550CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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