Html Css Color HEX #65365B Palatinate Purple

📋 copy color: '#65365B'

red 101 ◦ green 54 ◦ blue 91

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

Shades of Palatinate Purple #65365B

Tints of Palatinate Purple #65365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

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

R = 41.06%
G = 21.95%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65365B (or 0x65365B) is known color: Palatinate Purple. HEX triplet: 65, 36 and 5B. RGB value is (101,54,91). Sum of RGB (Red+Green+Blue) = 101+54+91=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65365B is #9AC9A4. Grayscale: #484848. Windows color (decimal): -10144165 or 5977701. OLE color: 5977701.

HSL color Cylindrical-coordinate representation of color #65365B: hue angle of 312.77º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65365B is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 54 91 -
CMYK 0 0.47 0.10 0.60
HSL 312.77º 0.3% 0.3% -
HSV(B) 312.77º 0.47% 0.4% -
XYZ 8.57 6.16 10.63 -
YUV 72.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 101 54 91 0 0.47 0.10 0.60 312.77 0.3 0.3
Hex 65 36 5B 0 2F A 3C 139 1E 1E
Octal 145 66 133 0 57 12 74 471 36 36
Binary 1100101 110110 1011011 0 101111 1010 111100 100111001 11110 11110

Color Harmonies of #65365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65365B

Black with #65365B

Text Example


Text Example

White with #65365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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