Html Css Color HEX #650C70 Purple

📋 copy color: '#650C70'

red 101 ◦ green 12 ◦ blue 112

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

Shades of Purple #650C70

Tints of Purple #650C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.33%

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

R = 44.89%
G = 5.33%
B = 49.78%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#650C70 (or 0x650C70) is known color: Purple. HEX triplet: 65, 0C and 70. RGB value is (101,12,112). Sum of RGB (Red+Green+Blue) = 101+12+112=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #650C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C70 is #9AF38F. Grayscale: #313131. Windows color (decimal): -10154896 or 7343205. OLE color: 7343205.

HSL color Cylindrical-coordinate representation of color #650C70: hue angle of 293.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650C70 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 12 112 -
CMYK 0.10 0.89 0 0.56
HSL 293.4º 0.81% 0.24% -
HSV(B) 293.4º 0.89% 0.44% -
XYZ 8.42 4.2 15.7 -
YUV 50.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 101 12 112 0.10 0.89 0 0.56 293.4 0.81 0.24
Hex 65 C 70 A 59 0 38 125 51 18
Octal 145 14 160 12 131 0 70 445 121 30
Binary 1100101 1100 1110000 1010 1011001 0 111000 100100101 1010001 11000

Color Harmonies of #650C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C70

Black with #650C70

Text Example


Text Example

White with #650C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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