Html Css Color HEX #65395A Palatinate Purple

📋 copy color: '#65395A'

red 101 ◦ green 57 ◦ blue 90

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

Shades of Palatinate Purple #65395A

Tints of Palatinate Purple #65395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 40.73%
G = 22.98%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65395A (or 0x65395A) is known color: Palatinate Purple. HEX triplet: 65, 39 and 5A. RGB value is (101,57,90). Sum of RGB (Red+Green+Blue) = 101+57+90=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65395A is #9AC6A5. Grayscale: #494949. Windows color (decimal): -10143398 or 5912933. OLE color: 5912933.

HSL color Cylindrical-coordinate representation of color #65395A: hue angle of 315º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65395A is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 57 90 -
CMYK 0 0.44 0.11 0.60
HSL 315º 0.28% 0.31% -
HSV(B) 315º 0.44% 0.4% -
XYZ 8.68 6.43 10.46 -
YUV 73.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 101 57 90 0 0.44 0.11 0.60 315 0.28 0.31
Hex 65 39 5A 0 2C B 3C 13B 1C 1F
Octal 145 71 132 0 54 13 74 473 34 37
Binary 1100101 111001 1011010 0 101100 1011 111100 100111011 11100 11111

Color Harmonies of #65395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65395A

Black with #65395A

Text Example


Text Example

White with #65395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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