Html Css Color HEX #650374 Purple

📋 copy color: '#650374'

red 101 ◦ green 3 ◦ blue 116

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

Shades of Purple #650374

Tints of Purple #650374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 45.91%
G = 1.36%
B = 52.73%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#650374 (or 0x650374) is known color: Purple. HEX triplet: 65, 03 and 74. RGB value is (101,3,116). Sum of RGB (Red+Green+Blue) = 101+3+116=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #650374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650374 is #9AFC8B. Grayscale: #2C2C2C. Windows color (decimal): -10157196 or 7603045. OLE color: 7603045.

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

Color convert

RGB 101 3 116 -
CMYK 0.13 0.97 0 0.55
HSL 292.04º 0.95% 0.23% -
HSV(B) 292.04º 0.97% 0.45% -
XYZ 8.55 4.09 16.86 -
YUV 45.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 101 3 116 0.13 0.97 0 0.55 292.04 0.95 0.23
Hex 65 3 74 D 61 0 37 124 5F 17
Octal 145 3 164 15 141 0 67 444 137 27
Binary 1100101 11 1110100 1101 1100001 0 110111 100100100 1011111 10111

Color Harmonies of #650374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650374

Black with #650374

Text Example


Text Example

White with #650374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650374; }

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

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

background-color css

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

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

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

border-color css

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

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

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