Html Css Color HEX #550CFF Han Purple

📋 copy color: '#550CFF'

red 85 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #550CFF

Tints of Han Purple #550CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.44%

R = 24.15%
G = 3.41%
B = 72.44%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#550CFF (or 0x550CFF) is known color: Han Purple. HEX triplet: 55, 0C and FF. RGB value is (85,12,255). Sum of RGB (Red+Green+Blue) = 85+12+255=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #550CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CFF is #AAF300. Grayscale: #3C3C3C. Windows color (decimal): -11203329 or 16714837. OLE color: 16714837.

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

Color convert

RGB 85 12 255 -
CMYK 0.67 0.95 0 0
HSL 258.02º 1% 0.52% -
HSV(B) 258.02º 0.95% 1% -
XYZ 21.93 9.41 95.27 -
YUV 61.53 237.18 144.74 -
System Red Green Blue C M Y K H S L
Decimal 85 12 255 0.67 0.95 0 0 258.02 1 0.52
Hex 55 C FF 43 5F 0 0 102 64 34
Octal 125 14 377 103 137 0 0 402 144 64
Binary 1010101 1100 11111111 1000011 1011111 0 0 100000010 1100100 110100

Color Harmonies of #550CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CFF

Black with #550CFF

Text Example


Text Example

White with #550CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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