Html Css Color HEX #65135D Palatinate Purple

📋 copy color: '#65135D'

red 101 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #65135D

Tints of Palatinate Purple #65135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 47.42%
G = 8.92%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#65135D (or 0x65135D) is known color: Palatinate Purple. HEX triplet: 65, 13 and 5D. RGB value is (101,19,93). Sum of RGB (Red+Green+Blue) = 101+19+93=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65135D is #9AECA2. Grayscale: #333333. Windows color (decimal): -10153123 or 6099813. OLE color: 6099813.

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

Color convert

RGB 101 19 93 -
CMYK 0 0.81 0.08 0.60
HSL 305.85º 0.68% 0.24% -
HSV(B) 305.85º 0.81% 0.4% -
XYZ 7.58 4.02 10.73 -
YUV 51.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 101 19 93 0 0.81 0.08 0.60 305.85 0.68 0.24
Hex 65 13 5D 0 51 8 3C 132 44 18
Octal 145 23 135 0 121 10 74 462 104 30
Binary 1100101 10011 1011101 0 1010001 1000 111100 100110010 1000100 11000

Color Harmonies of #65135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65135D

Black with #65135D

Text Example


Text Example

White with #65135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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