Html Css Color HEX #650270 Purple

📋 copy color: '#650270'

red 101 ◦ green 2 ◦ blue 112

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

Shades of Purple #650270

Tints of Purple #650270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 46.98%
G = 0.93%
B = 52.09%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#650270 (or 0x650270) is known color: Purple. HEX triplet: 65, 02 and 70. RGB value is (101,2,112). Sum of RGB (Red+Green+Blue) = 101+2+112=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #650270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650270 is #9AFD8F. Grayscale: #2B2B2B. Windows color (decimal): -10157456 or 7340645. OLE color: 7340645.

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

Color convert

RGB 101 2 112 -
CMYK 0.10 0.98 0 0.56
HSL 294º 0.96% 0.22% -
HSV(B) 294º 0.98% 0.44% -
XYZ 8.31 3.98 15.66 -
YUV 44.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 101 2 112 0.10 0.98 0 0.56 294 0.96 0.22
Hex 65 2 70 A 62 0 38 126 60 16
Octal 145 2 160 12 142 0 70 446 140 26
Binary 1100101 10 1110000 1010 1100010 0 111000 100100110 1100000 10110

Color Harmonies of #650270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650270

Black with #650270

Text Example


Text Example

White with #650270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650270; }

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

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

background-color css

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

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

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

border-color css

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

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

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