Html Css Color HEX #663053 Palatinate Purple

📋 copy color: '#663053'

red 102 ◦ green 48 ◦ blue 83

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

Shades of Palatinate Purple #663053

Tints of Palatinate Purple #663053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 43.78%
G = 20.6%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663053 (or 0x663053) is known color: Palatinate Purple. HEX triplet: 66, 30 and 53. RGB value is (102,48,83). Sum of RGB (Red+Green+Blue) = 102+48+83=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #663053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663053 is #99CFAC. Grayscale: #444444. Windows color (decimal): -10080173 or 5451878. OLE color: 5451878.

HSL color Cylindrical-coordinate representation of color #663053: hue angle of 321.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663053 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 83 -
CMYK 0 0.53 0.19 0.6
HSL 321.11º 0.36% 0.29% -
HSV(B) 321.11º 0.53% 0.4% -
XYZ 8.1 5.56 8.83 -
YUV 68.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 102 48 83 0 0.53 0.19 0.6 321.11 0.36 0.29
Hex 66 30 53 0 35 13 3C 141 24 1D
Octal 146 60 123 0 65 23 74 501 44 35
Binary 1100110 110000 1010011 0 110101 10011 111100 101000001 100100 11101

Color Harmonies of #663053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663053

Black with #663053

Text Example


Text Example

White with #663053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663053; }

 p { color: rgb(102,48,83); }

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

background-color css

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

 a { background-color: rgb(102,48,83); }

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

border-color css

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

 span { border-color: rgb(102,48,83); }

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