Html Css Color HEX #650264 Purple

📋 copy color: '#650264'

red 101 ◦ green 2 ◦ blue 100

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

Shades of Purple #650264

Tints of Purple #650264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 49.75%
G = 0.99%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#650264 (or 0x650264) is known color: Purple. HEX triplet: 65, 02 and 64. RGB value is (101,2,100). Sum of RGB (Red+Green+Blue) = 101+2+100=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #650264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650264 is #9AFD9B. Grayscale: #2A2A2A. Windows color (decimal): -10157468 or 6554213. OLE color: 6554213.

HSL color Cylindrical-coordinate representation of color #650264: hue angle of 300.61º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650264 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 2 100 -
CMYK 0 0.98 0.01 0.60
HSL 300.61º 0.96% 0.2% -
HSV(B) 300.61º 0.98% 0.4% -
XYZ 7.69 3.73 12.37 -
YUV 42.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 101 2 100 0 0.98 0.01 0.60 300.61 0.96 0.2
Hex 65 2 64 0 62 1 3C 12D 60 14
Octal 145 2 144 0 142 1 74 455 140 24
Binary 1100101 10 1100100 0 1100010 1 111100 100101101 1100000 10100

Color Harmonies of #650264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650264

Black with #650264

Text Example


Text Example

White with #650264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650264; }

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

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

background-color css

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

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

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

border-color css

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

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

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