Html Css Color HEX #650274 Purple

📋 copy color: '#650274'

red 101 ◦ green 2 ◦ blue 116

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

Shades of Purple #650274

Tints of Purple #650274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 46.12%
G = 0.91%
B = 52.97%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#650274 (or 0x650274) is known color: Purple. HEX triplet: 65, 02 and 74. RGB value is (101,2,116). Sum of RGB (Red+Green+Blue) = 101+2+116=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #650274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650274 is #9AFD8B. Grayscale: #2C2C2C. Windows color (decimal): -10157452 or 7602789. OLE color: 7602789.

HSL color Cylindrical-coordinate representation of color #650274: hue angle of 292.11º 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 #650274 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 2 116 -
CMYK 0.13 0.98 0 0.55
HSL 292.11º 0.97% 0.23% -
HSV(B) 292.11º 0.98% 0.45% -
XYZ 8.54 4.07 16.86 -
YUV 44.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 101 2 116 0.13 0.98 0 0.55 292.11 0.97 0.23
Hex 65 2 74 D 62 0 37 124 61 17
Octal 145 2 164 15 142 0 67 444 141 27
Binary 1100101 10 1110100 1101 1100010 0 110111 100100100 1100001 10111

Color Harmonies of #650274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650274

Black with #650274

Text Example


Text Example

White with #650274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650274; }

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

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

background-color css

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

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

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

border-color css

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

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

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