Html Css Color HEX #661357 Palatinate Purple

📋 copy color: '#661357'

red 102 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #661357

Tints of Palatinate Purple #661357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 49.04%
G = 9.13%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#661357 (or 0x661357) is known color: Palatinate Purple. HEX triplet: 66, 13 and 57. RGB value is (102,19,87). Sum of RGB (Red+Green+Blue) = 102+19+87=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #661357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661357 is #99ECA8. Grayscale: #333333. Windows color (decimal): -10087593 or 5706598. OLE color: 5706598.

HSL color Cylindrical-coordinate representation of color #661357: hue angle of 310.84º 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 #661357 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 19 87 -
CMYK 0 0.81 0.15 0.6
HSL 310.84º 0.69% 0.24% -
HSV(B) 310.84º 0.81% 0.4% -
XYZ 7.43 3.98 9.39 -
YUV 51.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 102 19 87 0 0.81 0.15 0.6 310.84 0.69 0.24
Hex 66 13 57 0 51 F 3C 137 45 18
Octal 146 23 127 0 121 17 74 467 105 30
Binary 1100110 10011 1010111 0 1010001 1111 111100 100110111 1000101 11000

Color Harmonies of #661357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661357

Black with #661357

Text Example


Text Example

White with #661357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661357; }

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

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

background-color css

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

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

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

border-color css

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

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

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