Html Css Color HEX #663758 Palatinate Purple

📋 copy color: '#663758'

red 102 ◦ green 55 ◦ blue 88

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

Shades of Palatinate Purple #663758

Tints of Palatinate Purple #663758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 41.63%
G = 22.45%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#663758 (or 0x663758) is known color: Palatinate Purple. HEX triplet: 66, 37 and 58. RGB value is (102,55,88). Sum of RGB (Red+Green+Blue) = 102+55+88=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663758 is #99C8A7. Grayscale: #484848. Windows color (decimal): -10078376 or 5781350. OLE color: 5781350.

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

Color convert

RGB 102 55 88 -
CMYK 0 0.46 0.14 0.6
HSL 317.87º 0.3% 0.31% -
HSV(B) 317.87º 0.46% 0.4% -
XYZ 8.61 6.26 9.99 -
YUV 72.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 102 55 88 0 0.46 0.14 0.6 317.87 0.3 0.31
Hex 66 37 58 0 2E E 3C 13E 1E 1F
Octal 146 67 130 0 56 16 74 476 36 37
Binary 1100110 110111 1011000 0 101110 1110 111100 100111110 11110 11111

Color Harmonies of #663758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663758

Black with #663758

Text Example


Text Example

White with #663758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663758; }

 p { color: rgb(102,55,88); }

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

background-color css

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

 a { background-color: rgb(102,55,88); }

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

border-color css

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

 span { border-color: rgb(102,55,88); }

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