Html Css Color HEX #650075 Purple

📋 copy color: '#650075'

red 101 ◦ green 0 ◦ blue 117

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

Shades of Purple #650075

Tints of Purple #650075

RGB

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

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

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

R = 46.33%
G = 0%
B = 53.67%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#650075 (or 0x650075) is known color: Purple. HEX triplet: 65, 00 and 75. RGB value is (101,0,117). Sum of RGB (Red+Green+Blue) = 101+0+117=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #650075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650075 is #9AFF8A. Grayscale: #2B2B2B. Windows color (decimal): -10157963 or 7667813. OLE color: 7667813.

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

Color convert

RGB 101 0 117 -
CMYK 0.14 1 0 0.54
HSL 291.79º 1% 0.23% -
HSV(B) 291.79º 1% 0.46% -
XYZ 8.58 4.05 17.16 -
YUV 43.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 101 0 117 0.14 1 0 0.54 291.79 1 0.23
Hex 65 0 75 E 64 0 36 124 64 17
Octal 145 0 165 16 144 0 66 444 144 27
Binary 1100101 0 1110101 1110 1100100 0 110110 100100100 1100100 10111

Color Harmonies of #650075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650075

Black with #650075

Text Example


Text Example

White with #650075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650075; }

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

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

background-color css

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

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

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

border-color css

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

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

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