Html Css Color HEX #550CFE Han Purple

📋 copy color: '#550CFE'

red 85 ◦ green 12 ◦ blue 254

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

Shades of Han Purple #550CFE

Tints of Han Purple #550CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.36%

R = 24.22%
G = 3.42%
B = 72.36%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#550CFE (or 0x550CFE) is known color: Han Purple. HEX triplet: 55, 0C and FE. RGB value is (85,12,254). Sum of RGB (Red+Green+Blue) = 85+12+254=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #550CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CFE is #AAF301. Grayscale: #3C3C3C. Windows color (decimal): -11203330 or 16649301. OLE color: 16649301.

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

Color convert

RGB 85 12 254 -
CMYK 0.67 0.95 0 0.00
HSL 258.1º 0.99% 0.52% -
HSV(B) 258.1º 0.95% 1% -
XYZ 21.77 9.35 94.42 -
YUV 61.42 236.68 144.82 -
System Red Green Blue C M Y K H S L
Decimal 85 12 254 0.67 0.95 0 0.00 258.1 0.99 0.52
Hex 55 C FE 43 5F 0 0 102 63 34
Octal 125 14 376 103 137 0 0 402 143 64
Binary 1010101 1100 11111110 1000011 1011111 0 0 100000010 1100011 110100

Color Harmonies of #550CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CFE

Black with #550CFE

Text Example


Text Example

White with #550CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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