Html Css Color HEX #650F76 Purple

📋 copy color: '#650F76'

red 101 ◦ green 15 ◦ blue 118

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

Shades of Purple #650F76

Tints of Purple #650F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 43.16%
G = 6.41%
B = 50.43%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#650F76 (or 0x650F76) is known color: Purple. HEX triplet: 65, 0F and 76. RGB value is (101,15,118). Sum of RGB (Red+Green+Blue) = 101+15+118=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #650F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F76 is #9AF089. Grayscale: #343434. Windows color (decimal): -10154122 or 7737189. OLE color: 7737189.

HSL color Cylindrical-coordinate representation of color #650F76: hue angle of 290.1º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650F76 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 15 118 -
CMYK 0.14 0.87 0 0.54
HSL 290.1º 0.77% 0.26% -
HSV(B) 290.1º 0.87% 0.46% -
XYZ 8.81 4.42 17.53 -
YUV 52.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 101 15 118 0.14 0.87 0 0.54 290.1 0.77 0.26
Hex 65 F 76 E 57 0 36 122 4D 1A
Octal 145 17 166 16 127 0 66 442 115 32
Binary 1100101 1111 1110110 1110 1010111 0 110110 100100010 1001101 11010

Color Harmonies of #650F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F76

Black with #650F76

Text Example


Text Example

White with #650F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,15,118); }

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

background-color css

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

 a { background-color: rgb(101,15,118); }

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

border-color css

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

 span { border-color: rgb(101,15,118); }

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