Html Css Color HEX #650470 Purple

📋 copy color: '#650470'

red 101 ◦ green 4 ◦ blue 112

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

Shades of Purple #650470

Tints of Purple #650470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 46.54%
G = 1.84%
B = 51.61%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#650470 (or 0x650470) is known color: Purple. HEX triplet: 65, 04 and 70. RGB value is (101,4,112). Sum of RGB (Red+Green+Blue) = 101+4+112=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #650470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650470 is #9AFB8F. Grayscale: #2C2C2C. Windows color (decimal): -10156944 or 7341157. OLE color: 7341157.

HSL color Cylindrical-coordinate representation of color #650470: hue angle of 293.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650470 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 4 112 -
CMYK 0.10 0.96 0 0.56
HSL 293.89º 0.93% 0.23% -
HSV(B) 293.89º 0.96% 0.44% -
XYZ 8.33 4.02 15.67 -
YUV 45.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 101 4 112 0.10 0.96 0 0.56 293.89 0.93 0.23
Hex 65 4 70 A 60 0 38 126 5D 17
Octal 145 4 160 12 140 0 70 446 135 27
Binary 1100101 100 1110000 1010 1100000 0 111000 100100110 1011101 10111

Color Harmonies of #650470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650470

Black with #650470

Text Example


Text Example

White with #650470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650470; }

 p { color: rgb(101,4,112); }

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

background-color css

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

 a { background-color: rgb(101,4,112); }

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

border-color css

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

 span { border-color: rgb(101,4,112); }

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