Html Css Color HEX #65365E Palatinate Purple

📋 copy color: '#65365E'

red 101 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #65365E

Tints of Palatinate Purple #65365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 40.56%
G = 21.69%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65365E (or 0x65365E) is known color: Palatinate Purple. HEX triplet: 65, 36 and 5E. RGB value is (101,54,94). Sum of RGB (Red+Green+Blue) = 101+54+94=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #65365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65365E is #9AC9A1. Grayscale: #484848. Windows color (decimal): -10144162 or 6174309. OLE color: 6174309.

HSL color Cylindrical-coordinate representation of color #65365E: hue angle of 308.94º 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 #65365E is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 54 94 -
CMYK 0 0.47 0.07 0.60
HSL 308.94º 0.3% 0.3% -
HSV(B) 308.94º 0.47% 0.4% -
XYZ 8.71 6.21 11.33 -
YUV 72.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 101 54 94 0 0.47 0.07 0.60 308.94 0.3 0.3
Hex 65 36 5E 0 2F 7 3C 135 1E 1E
Octal 145 66 136 0 57 7 74 465 36 36
Binary 1100101 110110 1011110 0 101111 111 111100 100110101 11110 11110

Color Harmonies of #65365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65365E

Black with #65365E

Text Example


Text Example

White with #65365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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