Html Css Color HEX #65145F Palatinate Purple

📋 copy color: '#65145F'

red 101 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #65145F

Tints of Palatinate Purple #65145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.98%

R = 46.76%
G = 9.26%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65145F (or 0x65145F) is known color: Palatinate Purple. HEX triplet: 65, 14 and 5F. RGB value is (101,20,95). Sum of RGB (Red+Green+Blue) = 101+20+95=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65145F is #9AEBA0. Grayscale: #343434. Windows color (decimal): -10152865 or 6231141. OLE color: 6231141.

HSL color Cylindrical-coordinate representation of color #65145F: hue angle of 304.44º 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 #65145F is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 20 95 -
CMYK 0 0.80 0.06 0.60
HSL 304.44º 0.67% 0.24% -
HSV(B) 304.44º 0.8% 0.4% -
XYZ 7.68 4.09 11.21 -
YUV 52.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 101 20 95 0 0.80 0.06 0.60 304.44 0.67 0.24
Hex 65 14 5F 0 50 6 3C 130 43 18
Octal 145 24 137 0 120 6 74 460 103 30
Binary 1100101 10100 1011111 0 1010000 110 111100 100110000 1000011 11000

Color Harmonies of #65145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65145F

Black with #65145F

Text Example


Text Example

White with #65145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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