Html Css Color HEX #650975 Purple

📋 copy color: '#650975'

red 101 ◦ green 9 ◦ blue 117

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

Shades of Purple #650975

Tints of Purple #650975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

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

R = 44.49%
G = 3.96%
B = 51.54%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#650975 (or 0x650975) is known color: Purple. HEX triplet: 65, 09 and 75. RGB value is (101,9,117). Sum of RGB (Red+Green+Blue) = 101+9+117=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #650975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650975 is #9AF68A. Grayscale: #303030. Windows color (decimal): -10155659 or 7670117. OLE color: 7670117.

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

Color convert

RGB 101 9 117 -
CMYK 0.14 0.92 0 0.54
HSL 291.11º 0.86% 0.25% -
HSV(B) 291.11º 0.92% 0.46% -
XYZ 8.68 4.25 17.19 -
YUV 48.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 101 9 117 0.14 0.92 0 0.54 291.11 0.86 0.25
Hex 65 9 75 E 5C 0 36 123 56 19
Octal 145 11 165 16 134 0 66 443 126 31
Binary 1100101 1001 1110101 1110 1011100 0 110110 100100011 1010110 11001

Color Harmonies of #650975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650975

Black with #650975

Text Example


Text Example

White with #650975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650975; }

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

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

background-color css

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

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

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

border-color css

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

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

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