Html Css Color HEX #650273 Purple

📋 copy color: '#650273'

red 101 ◦ green 2 ◦ blue 115

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

Shades of Purple #650273

Tints of Purple #650273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 46.33%
G = 0.92%
B = 52.75%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#650273 (or 0x650273) is known color: Purple. HEX triplet: 65, 02 and 73. RGB value is (101,2,115). Sum of RGB (Red+Green+Blue) = 101+2+115=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #650273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650273 is #9AFD8C. Grayscale: #2C2C2C. Windows color (decimal): -10157453 or 7537253. OLE color: 7537253.

HSL color Cylindrical-coordinate representation of color #650273: hue angle of 292.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650273 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 2 115 -
CMYK 0.12 0.98 0 0.55
HSL 292.57º 0.97% 0.23% -
HSV(B) 292.57º 0.98% 0.45% -
XYZ 8.48 4.05 16.55 -
YUV 44.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 101 2 115 0.12 0.98 0 0.55 292.57 0.97 0.23
Hex 65 2 73 C 62 0 37 125 61 17
Octal 145 2 163 14 142 0 67 445 141 27
Binary 1100101 10 1110011 1100 1100010 0 110111 100100101 1100001 10111

Color Harmonies of #650273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650273

Black with #650273

Text Example


Text Example

White with #650273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650273; }

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

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

background-color css

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

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

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

border-color css

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

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

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