Html Css Color HEX #663358 Palatinate Purple

📋 copy color: '#663358'

red 102 ◦ green 51 ◦ blue 88

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

Shades of Palatinate Purple #663358

Tints of Palatinate Purple #663358

RGB

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

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

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

R = 42.32%
G = 21.16%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#663358 (or 0x663358) is known color: Palatinate Purple. HEX triplet: 66, 33 and 58. RGB value is (102,51,88). Sum of RGB (Red+Green+Blue) = 102+51+88=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663358 is #99CCA7. Grayscale: #464646. Windows color (decimal): -10079400 or 5780326. OLE color: 5780326.

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

Color convert

RGB 102 51 88 -
CMYK 0 0.5 0.14 0.6
HSL 316.47º 0.33% 0.3% -
HSV(B) 316.47º 0.5% 0.4% -
XYZ 8.42 5.9 9.93 -
YUV 70.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 102 51 88 0 0.5 0.14 0.6 316.47 0.33 0.3
Hex 66 33 58 0 32 E 3C 13C 21 1E
Octal 146 63 130 0 62 16 74 474 41 36
Binary 1100110 110011 1011000 0 110010 1110 111100 100111100 100001 11110

Color Harmonies of #663358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663358

Black with #663358

Text Example


Text Example

White with #663358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663358; }

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

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

background-color css

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

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

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

border-color css

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

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

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