Html Css Color HEX #650E71 Purple

📋 copy color: '#650E71'

red 101 ◦ green 14 ◦ blue 113

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

Shades of Purple #650E71

Tints of Purple #650E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 44.3%
G = 6.14%
B = 49.56%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#650E71 (or 0x650E71) is known color: Purple. HEX triplet: 65, 0E and 71. RGB value is (101,14,113). Sum of RGB (Red+Green+Blue) = 101+14+113=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #650E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E71 is #9AF18E. Grayscale: #323232. Windows color (decimal): -10154383 or 7409253. OLE color: 7409253.

HSL color Cylindrical-coordinate representation of color #650E71: hue angle of 292.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650E71 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 14 113 -
CMYK 0.11 0.88 0 0.56
HSL 292.73º 0.78% 0.25% -
HSV(B) 292.73º 0.88% 0.44% -
XYZ 8.5 4.27 16 -
YUV 51.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 101 14 113 0.11 0.88 0 0.56 292.73 0.78 0.25
Hex 65 E 71 B 58 0 38 125 4E 19
Octal 145 16 161 13 130 0 70 445 116 31
Binary 1100101 1110 1110001 1011 1011000 0 111000 100100101 1001110 11001

Color Harmonies of #650E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650E71

Black with #650E71

Text Example


Text Example

White with #650E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,14,113); }

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

background-color css

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

 a { background-color: rgb(101,14,113); }

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

border-color css

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

 span { border-color: rgb(101,14,113); }

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