Html Css Color HEX #650A62 Palatinate Purple

📋 copy color: '#650A62'

red 101 ◦ green 10 ◦ blue 98

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

Shades of Palatinate Purple #650A62

Tints of Palatinate Purple #650A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 48.33%
G = 4.78%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#650A62 (or 0x650A62) is known color: Palatinate Purple. HEX triplet: 65, 0A and 62. RGB value is (101,10,98). Sum of RGB (Red+Green+Blue) = 101+10+98=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #650A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A62 is #9AF59D. Grayscale: #2E2E2E. Windows color (decimal): -10155422 or 6425189. OLE color: 6425189.

HSL color Cylindrical-coordinate representation of color #650A62: hue angle of 301.98º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A62 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 10 98 -
CMYK 0 0.90 0.03 0.60
HSL 301.98º 0.82% 0.22% -
HSV(B) 301.98º 0.9% 0.4% -
XYZ 7.68 3.87 11.9 -
YUV 47.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 101 10 98 0 0.90 0.03 0.60 301.98 0.82 0.22
Hex 65 A 62 0 5A 3 3C 12E 52 16
Octal 145 12 142 0 132 3 74 456 122 26
Binary 1100101 1010 1100010 0 1011010 11 111100 100101110 1010010 10110

Color Harmonies of #650A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A62

Black with #650A62

Text Example


Text Example

White with #650A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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