Html Css Color HEX #65315F Palatinate Purple

📋 copy color: '#65315F'

red 101 ◦ green 49 ◦ blue 95

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

Shades of Palatinate Purple #65315F

Tints of Palatinate Purple #65315F

RGB

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

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

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

R = 41.22%
G = 20%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65315F (or 0x65315F) is known color: Palatinate Purple. HEX triplet: 65, 31 and 5F. RGB value is (101,49,95). Sum of RGB (Red+Green+Blue) = 101+49+95=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #65315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65315F is #9ACEA0. Grayscale: #454545. Windows color (decimal): -10145441 or 6238565. OLE color: 6238565.

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

Color convert

RGB 101 49 95 -
CMYK 0 0.51 0.06 0.60
HSL 306.92º 0.35% 0.29% -
HSV(B) 306.92º 0.51% 0.4% -
XYZ 8.53 5.79 11.49 -
YUV 69.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 101 49 95 0 0.51 0.06 0.60 306.92 0.35 0.29
Hex 65 31 5F 0 33 6 3C 133 23 1D
Octal 145 61 137 0 63 6 74 463 43 35
Binary 1100101 110001 1011111 0 110011 110 111100 100110011 100011 11101

Color Harmonies of #65315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65315F

Black with #65315F

Text Example


Text Example

White with #65315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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