Html Css Color HEX #653053 Palatinate Purple

📋 copy color: '#653053'

red 101 ◦ green 48 ◦ blue 83

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

Shades of Palatinate Purple #653053

Tints of Palatinate Purple #653053

RGB

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

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

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

R = 43.53%
G = 20.69%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#653053 (or 0x653053) is known color: Palatinate Purple. HEX triplet: 65, 30 and 53. RGB value is (101,48,83). Sum of RGB (Red+Green+Blue) = 101+48+83=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #653053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653053 is #9ACFAC. Grayscale: #434343. Windows color (decimal): -10145709 or 5451877. OLE color: 5451877.

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

Color convert

RGB 101 48 83 -
CMYK 0 0.52 0.18 0.60
HSL 320.38º 0.36% 0.29% -
HSV(B) 320.38º 0.52% 0.4% -
XYZ 7.99 5.51 8.83 -
YUV 67.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 101 48 83 0 0.52 0.18 0.60 320.38 0.36 0.29
Hex 65 30 53 0 34 12 3C 140 24 1D
Octal 145 60 123 0 64 22 74 500 44 35
Binary 1100101 110000 1010011 0 110100 10010 111100 101000000 100100 11101

Color Harmonies of #653053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653053

Black with #653053

Text Example


Text Example

White with #653053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653053; }

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

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

background-color css

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

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

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

border-color css

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

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

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