Html Css Color HEX #652353 Palatinate Purple

📋 copy color: '#652353'

red 101 ◦ green 35 ◦ blue 83

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

Shades of Palatinate Purple #652353

Tints of Palatinate Purple #652353

RGB

 RED value IS 101 (39.84% from 255) = 46.12%

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

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

R = 46.12%
G = 15.98%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#652353 (or 0x652353) is known color: Palatinate Purple. HEX triplet: 65, 23 and 53. RGB value is (101,35,83). Sum of RGB (Red+Green+Blue) = 101+35+83=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652353 is #9ADCAC. Grayscale: #3C3C3C. Windows color (decimal): -10149037 or 5448549. OLE color: 5448549.

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

Color convert

RGB 101 35 83 -
CMYK 0 0.65 0.18 0.60
HSL 316.36º 0.49% 0.27% -
HSV(B) 316.36º 0.65% 0.4% -
XYZ 7.53 4.59 8.67 -
YUV 60.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 101 35 83 0 0.65 0.18 0.60 316.36 0.49 0.27
Hex 65 23 53 0 41 12 3C 13C 31 1B
Octal 145 43 123 0 101 22 74 474 61 33
Binary 1100101 100011 1010011 0 1000001 10010 111100 100111100 110001 11011

Color Harmonies of #652353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652353

Black with #652353

Text Example


Text Example

White with #652353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652353; }

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

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

background-color css

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

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

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

border-color css

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

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

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