Html Css Color HEX #65105E Palatinate Purple

📋 copy color: '#65105E'

red 101 ◦ green 16 ◦ blue 94

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

Shades of Palatinate Purple #65105E

Tints of Palatinate Purple #65105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 47.87%
G = 7.58%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65105E (or 0x65105E) is known color: Palatinate Purple. HEX triplet: 65, 10 and 5E. RGB value is (101,16,94). Sum of RGB (Red+Green+Blue) = 101+16+94=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65105E is #9AEFA1. Grayscale: #323232. Windows color (decimal): -10153890 or 6164581. OLE color: 6164581.

HSL color Cylindrical-coordinate representation of color #65105E: hue angle of 304.94º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65105E is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 94 -
CMYK 0 0.84 0.07 0.60
HSL 304.94º 0.73% 0.23% -
HSV(B) 304.94º 0.84% 0.4% -
XYZ 7.57 3.95 10.95 -
YUV 50.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 101 16 94 0 0.84 0.07 0.60 304.94 0.73 0.23
Hex 65 10 5E 0 54 7 3C 131 49 17
Octal 145 20 136 0 124 7 74 461 111 27
Binary 1100101 10000 1011110 0 1010100 111 111100 100110001 1001001 10111

Color Harmonies of #65105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65105E

Black with #65105E

Text Example


Text Example

White with #65105E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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