Html Css Color HEX #662353 Palatinate Purple

📋 copy color: '#662353'

red 102 ◦ green 35 ◦ blue 83

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

Shades of Palatinate Purple #662353

Tints of Palatinate Purple #662353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 46.36%
G = 15.91%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#662353 (or 0x662353) is known color: Palatinate Purple. HEX triplet: 66, 23 and 53. RGB value is (102,35,83). Sum of RGB (Red+Green+Blue) = 102+35+83=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #662353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662353 is #99DCAC. Grayscale: #3C3C3C. Windows color (decimal): -10083501 or 5448550. OLE color: 5448550.

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

Color convert

RGB 102 35 83 -
CMYK 0 0.66 0.19 0.6
HSL 317.01º 0.49% 0.27% -
HSV(B) 317.01º 0.66% 0.4% -
XYZ 7.64 4.65 8.68 -
YUV 60.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 102 35 83 0 0.66 0.19 0.6 317.01 0.49 0.27
Hex 66 23 53 0 42 13 3C 13D 31 1B
Octal 146 43 123 0 102 23 74 475 61 33
Binary 1100110 100011 1010011 0 1000010 10011 111100 100111101 110001 11011

Color Harmonies of #662353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662353

Black with #662353

Text Example


Text Example

White with #662353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662353; }

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

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

background-color css

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

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

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

border-color css

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

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

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