Html Css Color HEX #651065 Palatinate Purple

📋 copy color: '#651065'

red 101 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #651065

Tints of Palatinate Purple #651065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 46.33%
G = 7.34%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#651065 (or 0x651065) is known color: Palatinate Purple. HEX triplet: 65, 10 and 65. RGB value is (101,16,101). Sum of RGB (Red+Green+Blue) = 101+16+101=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #651065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651065 is #9AEF9A. Grayscale: #323232. Windows color (decimal): -10153883 or 6623333. OLE color: 6623333.

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

Color convert

RGB 101 16 101 -
CMYK 0 0.84 0 0.60
HSL 300º 0.73% 0.23% -
HSV(B) 300º 0.84% 0.4% -
XYZ 7.9 4.08 12.68 -
YUV 51.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 101 16 101 0 0.84 0 0.60 300 0.73 0.23
Hex 65 10 65 0 54 0 3C 12C 49 17
Octal 145 20 145 0 124 0 74 454 111 27
Binary 1100101 10000 1100101 0 1010100 0 111100 100101100 1001001 10111

Color Harmonies of #651065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651065

Black with #651065

Text Example


Text Example

White with #651065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651065; }

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

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

background-color css

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

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

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

border-color css

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

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

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