Html Css Color HEX #65195D Palatinate Purple

📋 copy color: '#65195D'

red 101 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #65195D

Tints of Palatinate Purple #65195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 46.12%
G = 11.42%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#65195D (or 0x65195D) is known color: Palatinate Purple. HEX triplet: 65, 19 and 5D. RGB value is (101,25,93). Sum of RGB (Red+Green+Blue) = 101+25+93=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #65195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65195D is #9AE6A2. Grayscale: #373737. Windows color (decimal): -10151587 or 6101349. OLE color: 6101349.

HSL color Cylindrical-coordinate representation of color #65195D: hue angle of 306.32º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65195D is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 93 -
CMYK 0 0.75 0.08 0.60
HSL 306.32º 0.6% 0.25% -
HSV(B) 306.32º 0.75% 0.4% -
XYZ 7.69 4.25 10.77 -
YUV 55.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 101 25 93 0 0.75 0.08 0.60 306.32 0.6 0.25
Hex 65 19 5D 0 4B 8 3C 132 3C 19
Octal 145 31 135 0 113 10 74 462 74 31
Binary 1100101 11001 1011101 0 1001011 1000 111100 100110010 111100 11001

Color Harmonies of #65195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65195D

Black with #65195D

Text Example


Text Example

White with #65195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65195D; }

 p { color: rgb(101,25,93); }

 H1.HeaderClassName
 {
   color: #65195D;
 }
 .AnyTagClassName
 {
   color: #65195D;
 }
</style>

background-color css

<style>
 a { background-color: #65195D; }

 a { background-color: rgb(101,25,93); }

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

border-color css

<style>
 span { border-color: #65195D; }

 span { border-color: rgb(101,25,93); }

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