Html Css Color HEX #651053 Palatinate Purple

📋 copy color: '#651053'

red 101 ◦ green 16 ◦ blue 83

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

Shades of Palatinate Purple #651053

Tints of Palatinate Purple #651053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.5%

R = 50.5%
G = 8%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#651053 (or 0x651053) is known color: Palatinate Purple. HEX triplet: 65, 10 and 53. RGB value is (101,16,83). Sum of RGB (Red+Green+Blue) = 101+16+83=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #651053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651053 is #9AEFAC. Grayscale: #303030. Windows color (decimal): -10153901 or 5443685. OLE color: 5443685.

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

Color convert

RGB 101 16 83 -
CMYK 0 0.84 0.18 0.60
HSL 312.71º 0.73% 0.23% -
HSV(B) 312.71º 0.84% 0.4% -
XYZ 7.11 3.76 8.53 -
YUV 49.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 101 16 83 0 0.84 0.18 0.60 312.71 0.73 0.23
Hex 65 10 53 0 54 12 3C 139 49 17
Octal 145 20 123 0 124 22 74 471 111 27
Binary 1100101 10000 1010011 0 1010100 10010 111100 100111001 1001001 10111

Color Harmonies of #651053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651053

Black with #651053

Text Example


Text Example

White with #651053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651053; }

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

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

background-color css

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

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

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

border-color css

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

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

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