Html Css Color HEX #650575 Purple

📋 copy color: '#650575'

red 101 ◦ green 5 ◦ blue 117

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

Shades of Purple #650575

Tints of Purple #650575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 45.29%
G = 2.24%
B = 52.47%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#650575 (or 0x650575) is known color: Purple. HEX triplet: 65, 05 and 75. RGB value is (101,5,117). Sum of RGB (Red+Green+Blue) = 101+5+117=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #650575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650575 is #9AFA8A. Grayscale: #2E2E2E. Windows color (decimal): -10156683 or 7669093. OLE color: 7669093.

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

Color convert

RGB 101 5 117 -
CMYK 0.14 0.96 0 0.54
HSL 291.43º 0.92% 0.24% -
HSV(B) 291.43º 0.96% 0.46% -
XYZ 8.63 4.16 17.18 -
YUV 46.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 101 5 117 0.14 0.96 0 0.54 291.43 0.92 0.24
Hex 65 5 75 E 60 0 36 123 5C 18
Octal 145 5 165 16 140 0 66 443 134 30
Binary 1100101 101 1110101 1110 1100000 0 110110 100100011 1011100 11000

Color Harmonies of #650575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650575

Black with #650575

Text Example


Text Example

White with #650575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650575; }

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

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

background-color css

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

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

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

border-color css

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

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

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