Html Css Color HEX #663359 Palatinate Purple

📋 copy color: '#663359'

red 102 ◦ green 51 ◦ blue 89

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

Shades of Palatinate Purple #663359

Tints of Palatinate Purple #663359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 42.15%
G = 21.07%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#663359 (or 0x663359) is known color: Palatinate Purple. HEX triplet: 66, 33 and 59. RGB value is (102,51,89). Sum of RGB (Red+Green+Blue) = 102+51+89=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663359 is #99CCA6. Grayscale: #464646. Windows color (decimal): -10079399 or 5845862. OLE color: 5845862.

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

Color convert

RGB 102 51 89 -
CMYK 0 0.5 0.13 0.6
HSL 315.29º 0.33% 0.3% -
HSV(B) 315.29º 0.5% 0.4% -
XYZ 8.47 5.91 10.15 -
YUV 70.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 102 51 89 0 0.5 0.13 0.6 315.29 0.33 0.3
Hex 66 33 59 0 32 D 3C 13B 21 1E
Octal 146 63 131 0 62 15 74 473 41 36
Binary 1100110 110011 1011001 0 110010 1101 111100 100111011 100001 11110

Color Harmonies of #663359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663359

Black with #663359

Text Example


Text Example

White with #663359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663359; }

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

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

background-color css

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

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

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

border-color css

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

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

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