Html Css Color HEX #650072 Purple

📋 copy color: '#650072'

red 101 ◦ green 0 ◦ blue 114

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

Shades of Purple #650072

Tints of Purple #650072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 46.98%
G = 0%
B = 53.02%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#650072 (or 0x650072) is known color: Purple. HEX triplet: 65, 00 and 72. RGB value is (101,0,114). Sum of RGB (Red+Green+Blue) = 101+0+114=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #650072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650072 is #9AFF8D. Grayscale: #2A2A2A. Windows color (decimal): -10157966 or 7471205. OLE color: 7471205.

HSL color Cylindrical-coordinate representation of color #650072: hue angle of 293.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650072 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 0 114 -
CMYK 0.11 1 0 0.55
HSL 293.16º 1% 0.22% -
HSV(B) 293.16º 1% 0.45% -
XYZ 8.4 3.98 16.25 -
YUV 43.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 101 0 114 0.11 1 0 0.55 293.16 1 0.22
Hex 65 0 72 B 64 0 37 125 64 16
Octal 145 0 162 13 144 0 67 445 144 26
Binary 1100101 0 1110010 1011 1100100 0 110111 100100101 1100100 10110

Color Harmonies of #650072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650072

Black with #650072

Text Example


Text Example

White with #650072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650072; }

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

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

background-color css

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

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

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

border-color css

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

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

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