Html Css Color HEX #65145D Palatinate Purple

📋 copy color: '#65145D'

red 101 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #65145D

Tints of Palatinate Purple #65145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 47.2%
G = 9.35%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#65145D (or 0x65145D) is known color: Palatinate Purple. HEX triplet: 65, 14 and 5D. RGB value is (101,20,93). Sum of RGB (Red+Green+Blue) = 101+20+93=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65145D is #9AEBA2. Grayscale: #343434. Windows color (decimal): -10152867 or 6100069. OLE color: 6100069.

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

Color convert

RGB 101 20 93 -
CMYK 0 0.80 0.08 0.60
HSL 305.93º 0.67% 0.24% -
HSV(B) 305.93º 0.8% 0.4% -
XYZ 7.59 4.06 10.74 -
YUV 52.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 101 20 93 0 0.80 0.08 0.60 305.93 0.67 0.24
Hex 65 14 5D 0 50 8 3C 132 43 18
Octal 145 24 135 0 120 10 74 462 103 30
Binary 1100101 10100 1011101 0 1010000 1000 111100 100110010 1000011 11000

Color Harmonies of #65145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65145D

Black with #65145D

Text Example


Text Example

White with #65145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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