Html Css Color HEX #663460 Palatinate Purple

📋 copy color: '#663460'

red 102 ◦ green 52 ◦ blue 96

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

Shades of Palatinate Purple #663460

Tints of Palatinate Purple #663460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 40.8%
G = 20.8%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#663460 (or 0x663460) is known color: Palatinate Purple. HEX triplet: 66, 34 and 60. RGB value is (102,52,96). Sum of RGB (Red+Green+Blue) = 102+52+96=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #663460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663460 is #99CB9F. Grayscale: #474747. Windows color (decimal): -10079136 or 6304870. OLE color: 6304870.

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

Color convert

RGB 102 52 96 -
CMYK 0 0.49 0.06 0.6
HSL 307.2º 0.32% 0.3% -
HSV(B) 307.2º 0.49% 0.4% -
XYZ 8.82 6.13 11.78 -
YUV 71.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 102 52 96 0 0.49 0.06 0.6 307.2 0.32 0.3
Hex 66 34 60 0 31 6 3C 133 20 1E
Octal 146 64 140 0 61 6 74 463 40 36
Binary 1100110 110100 1100000 0 110001 110 111100 100110011 100000 11110

Color Harmonies of #663460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663460

Black with #663460

Text Example


Text Example

White with #663460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663460; }

 p { color: rgb(102,52,96); }

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

background-color css

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

 a { background-color: rgb(102,52,96); }

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

border-color css

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

 span { border-color: rgb(102,52,96); }

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