Html Css Color HEX #650F73 Purple

📋 copy color: '#650F73'

red 101 ◦ green 15 ◦ blue 115

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

Shades of Purple #650F73

Tints of Purple #650F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 43.72%
G = 6.49%
B = 49.78%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#650F73 (or 0x650F73) is known color: Purple. HEX triplet: 65, 0F and 73. RGB value is (101,15,115). Sum of RGB (Red+Green+Blue) = 101+15+115=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #650F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F73 is #9AF08C. Grayscale: #333333. Windows color (decimal): -10154125 or 7540581. OLE color: 7540581.

HSL color Cylindrical-coordinate representation of color #650F73: hue angle of 291.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650F73 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 15 115 -
CMYK 0.12 0.87 0 0.55
HSL 291.6º 0.77% 0.25% -
HSV(B) 291.6º 0.87% 0.45% -
XYZ 8.63 4.35 16.6 -
YUV 52.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 101 15 115 0.12 0.87 0 0.55 291.6 0.77 0.25
Hex 65 F 73 C 57 0 37 124 4D 19
Octal 145 17 163 14 127 0 67 444 115 31
Binary 1100101 1111 1110011 1100 1010111 0 110111 100100100 1001101 11001

Color Harmonies of #650F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650F73

Black with #650F73

Text Example


Text Example

White with #650F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650F73; }

 p { color: rgb(101,15,115); }

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

background-color css

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

 a { background-color: rgb(101,15,115); }

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

border-color css

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

 span { border-color: rgb(101,15,115); }

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