Html Css Color HEX #65375D Palatinate Purple

📋 copy color: '#65375D'

red 101 ◦ green 55 ◦ blue 93

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

Shades of Palatinate Purple #65375D

Tints of Palatinate Purple #65375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 40.56%
G = 22.09%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#65375D (or 0x65375D) is known color: Palatinate Purple. HEX triplet: 65, 37 and 5D. RGB value is (101,55,93). Sum of RGB (Red+Green+Blue) = 101+55+93=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #65375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65375D is #9AC8A2. Grayscale: #484848. Windows color (decimal): -10143907 or 6109029. OLE color: 6109029.

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

Color convert

RGB 101 55 93 -
CMYK 0 0.46 0.08 0.60
HSL 310.43º 0.29% 0.31% -
HSV(B) 310.43º 0.46% 0.4% -
XYZ 8.71 6.29 11.11 -
YUV 73.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 101 55 93 0 0.46 0.08 0.60 310.43 0.29 0.31
Hex 65 37 5D 0 2E 8 3C 136 1D 1F
Octal 145 67 135 0 56 10 74 466 35 37
Binary 1100101 110111 1011101 0 101110 1000 111100 100110110 11101 11111

Color Harmonies of #65375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65375D

Black with #65375D

Text Example


Text Example

White with #65375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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