Html Css Color HEX #65355E Palatinate Purple

📋 copy color: '#65355E'

red 101 ◦ green 53 ◦ blue 94

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

Shades of Palatinate Purple #65355E

Tints of Palatinate Purple #65355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 40.73%
G = 21.37%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65355E (or 0x65355E) is known color: Palatinate Purple. HEX triplet: 65, 35 and 5E. RGB value is (101,53,94). Sum of RGB (Red+Green+Blue) = 101+53+94=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355E is #9ACAA1. Grayscale: #474747. Windows color (decimal): -10144418 or 6174053. OLE color: 6174053.

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

Color convert

RGB 101 53 94 -
CMYK 0 0.48 0.07 0.60
HSL 308.75º 0.31% 0.3% -
HSV(B) 308.75º 0.48% 0.4% -
XYZ 8.66 6.12 11.31 -
YUV 72.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 101 53 94 0 0.48 0.07 0.60 308.75 0.31 0.3
Hex 65 35 5E 0 30 7 3C 135 1F 1E
Octal 145 65 136 0 60 7 74 465 37 36
Binary 1100101 110101 1011110 0 110000 111 111100 100110101 11111 11110

Color Harmonies of #65355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65355E

Black with #65355E

Text Example


Text Example

White with #65355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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