Html Css Color HEX #65155D Palatinate Purple

📋 copy color: '#65155D'

red 101 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #65155D

Tints of Palatinate Purple #65155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

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

R = 46.98%
G = 9.77%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#65155D (or 0x65155D) is known color: Palatinate Purple. HEX triplet: 65, 15 and 5D. RGB value is (101,21,93). Sum of RGB (Red+Green+Blue) = 101+21+93=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65155D is #9AEAA2. Grayscale: #343434. Windows color (decimal): -10152611 or 6100325. OLE color: 6100325.

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

Color convert

RGB 101 21 93 -
CMYK 0 0.79 0.08 0.60
HSL 306º 0.66% 0.24% -
HSV(B) 306º 0.79% 0.4% -
XYZ 7.61 4.09 10.74 -
YUV 53.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 101 21 93 0 0.79 0.08 0.60 306 0.66 0.24
Hex 65 15 5D 0 4F 8 3C 132 42 18
Octal 145 25 135 0 117 10 74 462 102 30
Binary 1100101 10101 1011101 0 1001111 1000 111100 100110010 1000010 11000

Color Harmonies of #65155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65155D

Black with #65155D

Text Example


Text Example

White with #65155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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