Html Css Color HEX #650574 Purple

📋 copy color: '#650574'

red 101 ◦ green 5 ◦ blue 116

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

Shades of Purple #650574

Tints of Purple #650574

RGB

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

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

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

R = 45.5%
G = 2.25%
B = 52.25%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#650574 (or 0x650574) is known color: Purple. HEX triplet: 65, 05 and 74. RGB value is (101,5,116). Sum of RGB (Red+Green+Blue) = 101+5+116=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #650574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650574 is #9AFA8B. Grayscale: #2E2E2E. Windows color (decimal): -10156684 or 7603557. OLE color: 7603557.

HSL color Cylindrical-coordinate representation of color #650574: hue angle of 291.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650574 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 5 116 -
CMYK 0.13 0.96 0 0.55
HSL 291.89º 0.92% 0.24% -
HSV(B) 291.89º 0.96% 0.45% -
XYZ 8.57 4.14 16.87 -
YUV 46.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 101 5 116 0.13 0.96 0 0.55 291.89 0.92 0.24
Hex 65 5 74 D 60 0 37 124 5C 18
Octal 145 5 164 15 140 0 67 444 134 30
Binary 1100101 101 1110100 1101 1100000 0 110111 100100100 1011100 11000

Color Harmonies of #650574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650574

Black with #650574

Text Example


Text Example

White with #650574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650574; }

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

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

background-color css

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

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

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

border-color css

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

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

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