Html Css Color HEX #550CEF Han Purple

📋 copy color: '#550CEF'

red 85 ◦ green 12 ◦ blue 239

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

Shades of Han Purple #550CEF

Tints of Han Purple #550CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 25.3%
G = 3.57%
B = 71.13%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#550CEF (or 0x550CEF) is known color: Han Purple. HEX triplet: 55, 0C and EF. RGB value is (85,12,239). Sum of RGB (Red+Green+Blue) = 85+12+239=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #550CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CEF is #AAF310. Grayscale: #3A3A3A. Windows color (decimal): -11203345 or 15666261. OLE color: 15666261.

HSL color Cylindrical-coordinate representation of color #550CEF: hue angle of 259.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550CEF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 12 239 -
CMYK 0.64 0.95 0 0.06
HSL 259.3º 0.9% 0.49% -
HSV(B) 259.3º 0.95% 0.94% -
XYZ 19.46 8.43 82.26 -
YUV 59.71 229.18 146.04 -
System Red Green Blue C M Y K H S L
Decimal 85 12 239 0.64 0.95 0 0.06 259.3 0.9 0.49
Hex 55 C EF 40 5F 0 6 103 5A 31
Octal 125 14 357 100 137 0 6 403 132 61
Binary 1010101 1100 11101111 1000000 1011111 0 110 100000011 1011010 110001

Color Harmonies of #550CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CEF

Black with #550CEF

Text Example


Text Example

White with #550CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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