Html Css Color HEX #650A6A Palatinate Purple

📋 copy color: '#650A6A'

red 101 ◦ green 10 ◦ blue 106

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

Shades of Palatinate Purple #650A6A

Tints of Palatinate Purple #650A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 106 (41.8% from 255) = 48.85%

R = 46.54%
G = 4.61%
B = 48.85%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#650A6A (or 0x650A6A) is known color: Palatinate Purple. HEX triplet: 65, 0A and 6A. RGB value is (101,10,106). Sum of RGB (Red+Green+Blue) = 101+10+106=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #650A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A6A is #9AF595. Grayscale: #2F2F2F. Windows color (decimal): -10155414 or 6949477. OLE color: 6949477.

HSL color Cylindrical-coordinate representation of color #650A6A: hue angle of 296.88º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650A6A is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 10 106 -
CMYK 0.05 0.91 0 0.58
HSL 296.88º 0.83% 0.23% -
HSV(B) 296.88º 0.91% 0.42% -
XYZ 8.08 4.02 13.99 -
YUV 48.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 101 10 106 0.05 0.91 0 0.58 296.88 0.83 0.23
Hex 65 A 6A 5 5B 0 3A 129 53 17
Octal 145 12 152 5 133 0 72 451 123 27
Binary 1100101 1010 1101010 101 1011011 0 111010 100101001 1010011 10111

Color Harmonies of #650A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A6A

Black with #650A6A

Text Example


Text Example

White with #650A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650A6A; }

 p { color: rgb(101,10,106); }

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

background-color css

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

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

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

border-color css

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

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

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