Html Css Color HEX #65355D Palatinate Purple

📋 copy color: '#65355D'

red 101 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #65355D

Tints of Palatinate Purple #65355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 93 (36.72% from 255) = 37.65%

R = 40.89%
G = 21.46%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#65355D (or 0x65355D) is known color: Palatinate Purple. HEX triplet: 65, 35 and 5D. RGB value is (101,53,93). Sum of RGB (Red+Green+Blue) = 101+53+93=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355D is #9ACAA2. Grayscale: #474747. Windows color (decimal): -10144419 or 6108517. OLE color: 6108517.

HSL color Cylindrical-coordinate representation of color #65355D: hue angle of 310º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65355D is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 93 -
CMYK 0 0.48 0.08 0.60
HSL 310º 0.31% 0.3% -
HSV(B) 310º 0.48% 0.4% -
XYZ 8.62 6.1 11.08 -
YUV 71.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 101 53 93 0 0.48 0.08 0.60 310 0.31 0.3
Hex 65 35 5D 0 30 8 3C 136 1F 1E
Octal 145 65 135 0 60 10 74 466 37 36
Binary 1100101 110101 1011101 0 110000 1000 111100 100110110 11111 11110

Color Harmonies of #65355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65355D

Black with #65355D

Text Example


Text Example

White with #65355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65355D; }

 p { color: rgb(101,53,93); }

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

background-color css

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

 a { background-color: rgb(101,53,93); }

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

border-color css

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

 span { border-color: rgb(101,53,93); }

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