Html Css Color HEX #650077 Purple

📋 copy color: '#650077'

red 101 ◦ green 0 ◦ blue 119

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

Shades of Purple #650077

Tints of Purple #650077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 45.91%
G = 0%
B = 54.09%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#650077 (or 0x650077) is known color: Purple. HEX triplet: 65, 00 and 77. RGB value is (101,0,119). Sum of RGB (Red+Green+Blue) = 101+0+119=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #650077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650077 is #9AFF88. Grayscale: #2B2B2B. Windows color (decimal): -10157961 or 7798885. OLE color: 7798885.

HSL color Cylindrical-coordinate representation of color #650077: hue angle of 290.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650077 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 0 119 -
CMYK 0.15 1 0 0.53
HSL 290.92º 1% 0.23% -
HSV(B) 290.92º 1% 0.47% -
XYZ 8.7 4.1 17.79 -
YUV 43.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 101 0 119 0.15 1 0 0.53 290.92 1 0.23
Hex 65 0 77 F 64 0 35 123 64 17
Octal 145 0 167 17 144 0 65 443 144 27
Binary 1100101 0 1110111 1111 1100100 0 110101 100100011 1100100 10111

Color Harmonies of #650077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650077

Black with #650077

Text Example


Text Example

White with #650077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650077; }

 p { color: rgb(101,0,119); }

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

background-color css

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

 a { background-color: rgb(101,0,119); }

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

border-color css

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

 span { border-color: rgb(101,0,119); }

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