Html Css Color HEX #65375B Palatinate Purple

📋 copy color: '#65375B'

red 101 ◦ green 55 ◦ blue 91

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

Shades of Palatinate Purple #65375B

Tints of Palatinate Purple #65375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 40.89%
G = 22.27%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65375B (or 0x65375B) is known color: Palatinate Purple. HEX triplet: 65, 37 and 5B. RGB value is (101,55,91). Sum of RGB (Red+Green+Blue) = 101+55+91=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65375B is #9AC8A4. Grayscale: #484848. Windows color (decimal): -10143909 or 5977957. OLE color: 5977957.

HSL color Cylindrical-coordinate representation of color #65375B: hue angle of 313.04º 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 #65375B is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 55 91 -
CMYK 0 0.46 0.10 0.60
HSL 313.04º 0.29% 0.31% -
HSV(B) 313.04º 0.46% 0.4% -
XYZ 8.62 6.25 10.65 -
YUV 72.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 101 55 91 0 0.46 0.10 0.60 313.04 0.29 0.31
Hex 65 37 5B 0 2E A 3C 139 1D 1F
Octal 145 67 133 0 56 12 74 471 35 37
Binary 1100101 110111 1011011 0 101110 1010 111100 100111001 11101 11111

Color Harmonies of #65375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65375B

Black with #65375B

Text Example


Text Example

White with #65375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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