Html Css Color HEX #661A63 Palatinate Purple

📋 copy color: '#661A63'

red 102 ◦ green 26 ◦ blue 99

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

Shades of Palatinate Purple #661A63

Tints of Palatinate Purple #661A63

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

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

R = 44.93%
G = 11.45%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#661A63 (or 0x661A63) is known color: Palatinate Purple. HEX triplet: 66, 1A and 63. RGB value is (102,26,99). Sum of RGB (Red+Green+Blue) = 102+26+99=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #661A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A63 is #99E59C. Grayscale: #383838. Windows color (decimal): -10085789 or 6494822. OLE color: 6494822.

HSL color Cylindrical-coordinate representation of color #661A63: hue angle of 302.37º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A63 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 26 99 -
CMYK 0 0.75 0.03 0.6
HSL 302.37º 0.59% 0.25% -
HSV(B) 302.37º 0.75% 0.4% -
XYZ 8.1 4.46 12.24 -
YUV 57.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 102 26 99 0 0.75 0.03 0.6 302.37 0.59 0.25
Hex 66 1A 63 0 4B 3 3C 12E 3B 19
Octal 146 32 143 0 113 3 74 456 73 31
Binary 1100110 11010 1100011 0 1001011 11 111100 100101110 111011 11001

Color Harmonies of #661A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A63

Black with #661A63

Text Example


Text Example

White with #661A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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