Html Css Color HEX #661362 Palatinate Purple

📋 copy color: '#661362'

red 102 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #661362

Tints of Palatinate Purple #661362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 46.58%
G = 8.68%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#661362 (or 0x661362) is known color: Palatinate Purple. HEX triplet: 66, 13 and 62. RGB value is (102,19,98). Sum of RGB (Red+Green+Blue) = 102+19+98=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #661362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661362 is #99EC9D. Grayscale: #343434. Windows color (decimal): -10087582 or 6427494. OLE color: 6427494.

HSL color Cylindrical-coordinate representation of color #661362: hue angle of 302.89º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661362 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 98 -
CMYK 0 0.81 0.04 0.6
HSL 302.89º 0.69% 0.24% -
HSV(B) 302.89º 0.81% 0.4% -
XYZ 7.92 4.17 11.94 -
YUV 52.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 102 19 98 0 0.81 0.04 0.6 302.89 0.69 0.24
Hex 66 13 62 0 51 4 3C 12F 45 18
Octal 146 23 142 0 121 4 74 457 105 30
Binary 1100110 10011 1100010 0 1010001 100 111100 100101111 1000101 11000

Color Harmonies of #661362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661362

Black with #661362

Text Example


Text Example

White with #661362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661362; }

 p { color: rgb(102,19,98); }

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

background-color css

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

 a { background-color: rgb(102,19,98); }

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

border-color css

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

 span { border-color: rgb(102,19,98); }

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