Html Css Color HEX #663A5D Palatinate Purple

📋 copy color: '#663A5D'

red 102 ◦ green 58 ◦ blue 93

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

Shades of Palatinate Purple #663A5D

Tints of Palatinate Purple #663A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 40.32%
G = 22.92%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#663A5D (or 0x663A5D) is known color: Palatinate Purple. HEX triplet: 66, 3A and 5D. RGB value is (102,58,93). Sum of RGB (Red+Green+Blue) = 102+58+93=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A5D is #99C5A2. Grayscale: #4B4B4B. Windows color (decimal): -10077603 or 6109798. OLE color: 6109798.

HSL color Cylindrical-coordinate representation of color #663A5D: hue angle of 312.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #663A5D is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 93 -
CMYK 0 0.43 0.09 0.6
HSL 312.27º 0.28% 0.31% -
HSV(B) 312.27º 0.43% 0.4% -
XYZ 8.97 6.64 11.17 -
YUV 75.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 102 58 93 0 0.43 0.09 0.6 312.27 0.28 0.31
Hex 66 3A 5D 0 2B 9 3C 138 1C 1F
Octal 146 72 135 0 53 11 74 470 34 37
Binary 1100110 111010 1011101 0 101011 1001 111100 100111000 11100 11111

Color Harmonies of #663A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A5D

Black with #663A5D

Text Example


Text Example

White with #663A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663A5D; }

 p { color: rgb(102,58,93); }

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

background-color css

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

 a { background-color: rgb(102,58,93); }

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

border-color css

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

 span { border-color: rgb(102,58,93); }

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