Html Css Color HEX #660163 Purple

📋 copy color: '#660163'

red 102 ◦ green 1 ◦ blue 99

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

Shades of Purple #660163

Tints of Purple #660163

RGB

 RED value IS 102 (40.23% from 255) = 50.5%

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 99 (39.06% from 255) = 49.01%

R = 50.5%
G = 0.5%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#660163 (or 0x660163) is known color: Purple. HEX triplet: 66, 01 and 63. RGB value is (102,1,99). Sum of RGB (Red+Green+Blue) = 102+1+99=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #660163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660163 is #99FE9C. Grayscale: #2A2A2A. Windows color (decimal): -10092189 or 6488422. OLE color: 6488422.

HSL color Cylindrical-coordinate representation of color #660163: hue angle of 301.78º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660163 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 99 -
CMYK 0 0.99 0.03 0.6
HSL 301.78º 0.98% 0.2% -
HSV(B) 301.78º 0.99% 0.4% -
XYZ 7.74 3.75 12.12 -
YUV 42.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 102 1 99 0 0.99 0.03 0.6 301.78 0.98 0.2
Hex 66 1 63 0 63 3 3C 12E 62 14
Octal 146 1 143 0 143 3 74 456 142 24
Binary 1100110 1 1100011 0 1100011 11 111100 100101110 1100010 10100

Color Harmonies of #660163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660163

Black with #660163

Text Example


Text Example

White with #660163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660163; }

 p { color: rgb(102,1,99); }

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

background-color css

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

 a { background-color: rgb(102,1,99); }

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

border-color css

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

 span { border-color: rgb(102,1,99); }

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