Html Css Color HEX #65395C Palatinate Purple

📋 copy color: '#65395C'

red 101 ◦ green 57 ◦ blue 92

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

Shades of Palatinate Purple #65395C

Tints of Palatinate Purple #65395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 40.4%
G = 22.8%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#65395C (or 0x65395C) is known color: Palatinate Purple. HEX triplet: 65, 39 and 5C. RGB value is (101,57,92). Sum of RGB (Red+Green+Blue) = 101+57+92=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #65395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65395C is #9AC6A3. Grayscale: #4A4A4A. Windows color (decimal): -10143396 or 6044005. OLE color: 6044005.

HSL color Cylindrical-coordinate representation of color #65395C: hue angle of 312.27º 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 #65395C is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 57 92 -
CMYK 0 0.44 0.09 0.60
HSL 312.27º 0.28% 0.31% -
HSV(B) 312.27º 0.44% 0.4% -
XYZ 8.76 6.47 10.91 -
YUV 74.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 101 57 92 0 0.44 0.09 0.60 312.27 0.28 0.31
Hex 65 39 5C 0 2C 9 3C 138 1C 1F
Octal 145 71 134 0 54 11 74 470 34 37
Binary 1100101 111001 1011100 0 101100 1001 111100 100111000 11100 11111

Color Harmonies of #65395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65395C

Black with #65395C

Text Example


Text Example

White with #65395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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