Html Css Color HEX #650175 Purple

📋 copy color: '#650175'

red 101 ◦ green 1 ◦ blue 117

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

Shades of Purple #650175

Tints of Purple #650175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 46.12%
G = 0.46%
B = 53.42%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#650175 (or 0x650175) is known color: Purple. HEX triplet: 65, 01 and 75. RGB value is (101,1,117). Sum of RGB (Red+Green+Blue) = 101+1+117=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #650175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650175 is #9AFE8A. Grayscale: #2B2B2B. Windows color (decimal): -10157707 or 7668069. OLE color: 7668069.

HSL color Cylindrical-coordinate representation of color #650175: hue angle of 291.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650175 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 1 117 -
CMYK 0.14 0.99 0 0.54
HSL 291.72º 0.98% 0.23% -
HSV(B) 291.72º 0.99% 0.46% -
XYZ 8.59 4.07 17.16 -
YUV 44.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 101 1 117 0.14 0.99 0 0.54 291.72 0.98 0.23
Hex 65 1 75 E 63 0 36 124 62 17
Octal 145 1 165 16 143 0 66 444 142 27
Binary 1100101 1 1110101 1110 1100011 0 110110 100100100 1100010 10111

Color Harmonies of #650175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650175

Black with #650175

Text Example


Text Example

White with #650175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650175; }

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

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

background-color css

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

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

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

border-color css

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

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

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