Html Css Color HEX #650A78 Purple

📋 copy color: '#650A78'

red 101 ◦ green 10 ◦ blue 120

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

Shades of Purple #650A78

Tints of Purple #650A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 43.72%
G = 4.33%
B = 51.95%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#650A78 (or 0x650A78) is known color: Purple. HEX triplet: 65, 0A and 78. RGB value is (101,10,120). Sum of RGB (Red+Green+Blue) = 101+10+120=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #650A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A78 is #9AF587. Grayscale: #313131. Windows color (decimal): -10155400 or 7866981. OLE color: 7866981.

HSL color Cylindrical-coordinate representation of color #650A78: hue angle of 289.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650A78 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 10 120 -
CMYK 0.16 0.92 0 0.53
HSL 289.64º 0.85% 0.25% -
HSV(B) 289.64º 0.92% 0.47% -
XYZ 8.87 4.34 18.14 -
YUV 49.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 101 10 120 0.16 0.92 0 0.53 289.64 0.85 0.25
Hex 65 A 78 10 5C 0 35 122 55 19
Octal 145 12 170 20 134 0 65 442 125 31
Binary 1100101 1010 1111000 10000 1011100 0 110101 100100010 1010101 11001

Color Harmonies of #650A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650A78

Black with #650A78

Text Example


Text Example

White with #650A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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