Html Css Color HEX #65355B Palatinate Purple

📋 copy color: '#65355B'

red 101 ◦ green 53 ◦ blue 91

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

Shades of Palatinate Purple #65355B

Tints of Palatinate Purple #65355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 41.22%
G = 21.63%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65355B (or 0x65355B) is known color: Palatinate Purple. HEX triplet: 65, 35 and 5B. RGB value is (101,53,91). Sum of RGB (Red+Green+Blue) = 101+53+91=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #65355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355B is #9ACAA4. Grayscale: #474747. Windows color (decimal): -10144421 or 5977445. OLE color: 5977445.

HSL color Cylindrical-coordinate representation of color #65355B: hue angle of 312.5º 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 #65355B is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 91 -
CMYK 0 0.48 0.10 0.60
HSL 312.5º 0.31% 0.3% -
HSV(B) 312.5º 0.48% 0.4% -
XYZ 8.53 6.07 10.62 -
YUV 71.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 101 53 91 0 0.48 0.10 0.60 312.5 0.31 0.3
Hex 65 35 5B 0 30 A 3C 138 1F 1E
Octal 145 65 133 0 60 12 74 470 37 36
Binary 1100101 110101 1011011 0 110000 1010 111100 100111000 11111 11110

Color Harmonies of #65355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65355B

Black with #65355B

Text Example


Text Example

White with #65355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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