Html Css Color HEX #651052 Palatinate Purple

📋 copy color: '#651052'

red 101 ◦ green 16 ◦ blue 82

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

Shades of Palatinate Purple #651052

Tints of Palatinate Purple #651052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 50.75%
G = 8.04%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#651052 (or 0x651052) is known color: Palatinate Purple. HEX triplet: 65, 10 and 52. RGB value is (101,16,82). Sum of RGB (Red+Green+Blue) = 101+16+82=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #651052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651052 is #9AEFAD. Grayscale: #303030. Windows color (decimal): -10153902 or 5378149. OLE color: 5378149.

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

Color convert

RGB 101 16 82 -
CMYK 0 0.84 0.19 0.60
HSL 313.41º 0.73% 0.23% -
HSV(B) 313.41º 0.84% 0.4% -
XYZ 7.08 3.75 8.33 -
YUV 48.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 101 16 82 0 0.84 0.19 0.60 313.41 0.73 0.23
Hex 65 10 52 0 54 13 3C 139 49 17
Octal 145 20 122 0 124 23 74 471 111 27
Binary 1100101 10000 1010010 0 1010100 10011 111100 100111001 1001001 10111

Color Harmonies of #651052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651052

Black with #651052

Text Example


Text Example

White with #651052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651052; }

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

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

background-color css

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

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

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

border-color css

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

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

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