Html Css Color HEX #653055 Palatinate Purple

📋 copy color: '#653055'

red 101 ◦ green 48 ◦ blue 85

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

Shades of Palatinate Purple #653055

Tints of Palatinate Purple #653055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 43.16%
G = 20.51%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#653055 (or 0x653055) is known color: Palatinate Purple. HEX triplet: 65, 30 and 55. RGB value is (101,48,85). Sum of RGB (Red+Green+Blue) = 101+48+85=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #653055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653055 is #9ACFAA. Grayscale: #434343. Windows color (decimal): -10145707 or 5582949. OLE color: 5582949.

HSL color Cylindrical-coordinate representation of color #653055: hue angle of 318.11º 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 #653055 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 48 85 -
CMYK 0 0.52 0.16 0.60
HSL 318.11º 0.36% 0.29% -
HSV(B) 318.11º 0.52% 0.4% -
XYZ 8.06 5.54 9.24 -
YUV 68.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 101 48 85 0 0.52 0.16 0.60 318.11 0.36 0.29
Hex 65 30 55 0 34 10 3C 13E 24 1D
Octal 145 60 125 0 64 20 74 476 44 35
Binary 1100101 110000 1010101 0 110100 10000 111100 100111110 100100 11101

Color Harmonies of #653055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653055

Black with #653055

Text Example


Text Example

White with #653055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653055; }

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

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

background-color css

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

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

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

border-color css

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

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

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