Html Css Color HEX #650570 Purple

📋 copy color: '#650570'

red 101 ◦ green 5 ◦ blue 112

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

Shades of Purple #650570

Tints of Purple #650570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

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

R = 46.33%
G = 2.29%
B = 51.38%

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

#650570 (or 0x650570) is known color: Purple. HEX triplet: 65, 05 and 70. RGB value is (101,5,112). Sum of RGB (Red+Green+Blue) = 101+5+112=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #650570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650570 is #9AFA8F. Grayscale: #2D2D2D. Windows color (decimal): -10156688 or 7341413. OLE color: 7341413.

HSL color Cylindrical-coordinate representation of color #650570: hue angle of 293.83º degrees, saturation: 0.91, 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 #650570 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 5 112 -
CMYK 0.10 0.96 0 0.56
HSL 293.83º 0.91% 0.23% -
HSV(B) 293.83º 0.96% 0.44% -
XYZ 8.35 4.05 15.67 -
YUV 45.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 101 5 112 0.10 0.96 0 0.56 293.83 0.91 0.23
Hex 65 5 70 A 60 0 38 126 5B 17
Octal 145 5 160 12 140 0 70 446 133 27
Binary 1100101 101 1110000 1010 1100000 0 111000 100100110 1011011 10111

Color Harmonies of #650570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650570

Black with #650570

Text Example


Text Example

White with #650570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650570; }

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

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

background-color css

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

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

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

border-color css

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

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

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