Html Css Color HEX #65315A Palatinate Purple

📋 copy color: '#65315A'

red 101 ◦ green 49 ◦ blue 90

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

Shades of Palatinate Purple #65315A

Tints of Palatinate Purple #65315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 42.08%
G = 20.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65315A (or 0x65315A) is known color: Palatinate Purple. HEX triplet: 65, 31 and 5A. RGB value is (101,49,90). Sum of RGB (Red+Green+Blue) = 101+49+90=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #65315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65315A is #9ACEA5. Grayscale: #454545. Windows color (decimal): -10145446 or 5910885. OLE color: 5910885.

HSL color Cylindrical-coordinate representation of color #65315A: hue angle of 312.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65315A is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 49 90 -
CMYK 0 0.51 0.11 0.60
HSL 312.69º 0.35% 0.29% -
HSV(B) 312.69º 0.51% 0.4% -
XYZ 8.31 5.7 10.34 -
YUV 69.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 101 49 90 0 0.51 0.11 0.60 312.69 0.35 0.29
Hex 65 31 5A 0 33 B 3C 139 23 1D
Octal 145 61 132 0 63 13 74 471 43 35
Binary 1100101 110001 1011010 0 110011 1011 111100 100111001 100011 11101

Color Harmonies of #65315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65315A

Black with #65315A

Text Example


Text Example

White with #65315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65315A; }

 p { color: rgb(101,49,90); }

 H1.HeaderClassName
 {
   color: #65315A;
 }
 .AnyTagClassName
 {
   color: #65315A;
 }
</style>

background-color css

<style>
 a { background-color: #65315A; }

 a { background-color: rgb(101,49,90); }

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

border-color css

<style>
 span { border-color: #65315A; }

 span { border-color: rgb(101,49,90); }

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