Html Css Color HEX #65345F Palatinate Purple

📋 copy color: '#65345F'

red 101 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #65345F

Tints of Palatinate Purple #65345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 40.73%
G = 20.97%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#65345F (or 0x65345F) is known color: Palatinate Purple. HEX triplet: 65, 34 and 5F. RGB value is (101,52,95). Sum of RGB (Red+Green+Blue) = 101+52+95=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65345F is #9ACBA0. Grayscale: #474747. Windows color (decimal): -10144673 or 6239333. OLE color: 6239333.

HSL color Cylindrical-coordinate representation of color #65345F: hue angle of 307.35º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65345F is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 52 95 -
CMYK 0 0.49 0.06 0.60
HSL 307.35º 0.32% 0.3% -
HSV(B) 307.35º 0.49% 0.4% -
XYZ 8.66 6.05 11.54 -
YUV 71.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 101 52 95 0 0.49 0.06 0.60 307.35 0.32 0.3
Hex 65 34 5F 0 31 6 3C 133 20 1E
Octal 145 64 137 0 61 6 74 463 40 36
Binary 1100101 110100 1011111 0 110001 110 111100 100110011 100000 11110

Color Harmonies of #65345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65345F

Black with #65345F

Text Example


Text Example

White with #65345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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