Html Css Color HEX #663A5E Palatinate Purple

📋 copy color: '#663A5E'

red 102 ◦ green 58 ◦ blue 94

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

Shades of Palatinate Purple #663A5E

Tints of Palatinate Purple #663A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 40.16%
G = 22.83%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#663A5E (or 0x663A5E) is known color: Palatinate Purple. HEX triplet: 66, 3A and 5E. RGB value is (102,58,94). Sum of RGB (Red+Green+Blue) = 102+58+94=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A5E is #99C5A1. Grayscale: #4B4B4B. Windows color (decimal): -10077602 or 6175334. OLE color: 6175334.

HSL color Cylindrical-coordinate representation of color #663A5E: hue angle of 310.91º 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 #663A5E is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 94 -
CMYK 0 0.43 0.08 0.6
HSL 310.91º 0.28% 0.31% -
HSV(B) 310.91º 0.43% 0.4% -
XYZ 9.01 6.66 11.4 -
YUV 75.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 102 58 94 0 0.43 0.08 0.6 310.91 0.28 0.31
Hex 66 3A 5E 0 2B 8 3C 137 1C 1F
Octal 146 72 136 0 53 10 74 467 34 37
Binary 1100110 111010 1011110 0 101011 1000 111100 100110111 11100 11111

Color Harmonies of #663A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A5E

Black with #663A5E

Text Example


Text Example

White with #663A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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