Html Css Color HEX #65355A Palatinate Purple

📋 copy color: '#65355A'

red 101 ◦ green 53 ◦ blue 90

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

Shades of Palatinate Purple #65355A

Tints of Palatinate Purple #65355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 41.39%
G = 21.72%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65355A (or 0x65355A) is known color: Palatinate Purple. HEX triplet: 65, 35 and 5A. RGB value is (101,53,90). Sum of RGB (Red+Green+Blue) = 101+53+90=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355A is #9ACAA5. Grayscale: #474747. Windows color (decimal): -10144422 or 5911909. OLE color: 5911909.

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

Color convert

RGB 101 53 90 -
CMYK 0 0.48 0.11 0.60
HSL 313.75º 0.31% 0.3% -
HSV(B) 313.75º 0.48% 0.4% -
XYZ 8.49 6.05 10.39 -
YUV 71.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 101 53 90 0 0.48 0.11 0.60 313.75 0.31 0.3
Hex 65 35 5A 0 30 B 3C 13A 1F 1E
Octal 145 65 132 0 60 13 74 472 37 36
Binary 1100101 110101 1011010 0 110000 1011 111100 100111010 11111 11110

Color Harmonies of #65355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65355A

Black with #65355A

Text Example


Text Example

White with #65355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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