Html Css Color HEX #650171 Purple

📋 copy color: '#650171'

red 101 ◦ green 1 ◦ blue 113

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

Shades of Purple #650171

Tints of Purple #650171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 46.98%
G = 0.47%
B = 52.56%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#650171 (or 0x650171) is known color: Purple. HEX triplet: 65, 01 and 71. RGB value is (101,1,113). Sum of RGB (Red+Green+Blue) = 101+1+113=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #650171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650171 is #9AFE8E. Grayscale: #2B2B2B. Windows color (decimal): -10157711 or 7405925. OLE color: 7405925.

HSL color Cylindrical-coordinate representation of color #650171: hue angle of 293.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650171 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 1 113 -
CMYK 0.11 0.99 0 0.56
HSL 293.57º 0.98% 0.22% -
HSV(B) 293.57º 0.99% 0.44% -
XYZ 8.36 3.98 15.95 -
YUV 43.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 101 1 113 0.11 0.99 0 0.56 293.57 0.98 0.22
Hex 65 1 71 B 63 0 38 126 62 16
Octal 145 1 161 13 143 0 70 446 142 26
Binary 1100101 1 1110001 1011 1100011 0 111000 100100110 1100010 10110

Color Harmonies of #650171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650171

Black with #650171

Text Example


Text Example

White with #650171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650171; }

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

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

background-color css

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

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

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

border-color css

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

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

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