Html Css Color HEX #663357 Palatinate Purple

📋 copy color: '#663357'

red 102 ◦ green 51 ◦ blue 87

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

Shades of Palatinate Purple #663357

Tints of Palatinate Purple #663357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 42.5%
G = 21.25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#663357 (or 0x663357) is known color: Palatinate Purple. HEX triplet: 66, 33 and 57. RGB value is (102,51,87). Sum of RGB (Red+Green+Blue) = 102+51+87=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #663357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663357 is #99CCA8. Grayscale: #464646. Windows color (decimal): -10079401 or 5714790. OLE color: 5714790.

HSL color Cylindrical-coordinate representation of color #663357: hue angle of 317.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663357 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 87 -
CMYK 0 0.5 0.15 0.6
HSL 317.65º 0.33% 0.3% -
HSV(B) 317.65º 0.5% 0.4% -
XYZ 8.38 5.88 9.71 -
YUV 70.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 102 51 87 0 0.5 0.15 0.6 317.65 0.33 0.3
Hex 66 33 57 0 32 F 3C 13E 21 1E
Octal 146 63 127 0 62 17 74 476 41 36
Binary 1100110 110011 1010111 0 110010 1111 111100 100111110 100001 11110

Color Harmonies of #663357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663357

Black with #663357

Text Example


Text Example

White with #663357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663357; }

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

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

background-color css

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

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

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

border-color css

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

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

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