Html Css Color HEX #650074 Purple

📋 copy color: '#650074'

red 101 ◦ green 0 ◦ blue 116

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

Shades of Purple #650074

Tints of Purple #650074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.54%
G = 0%
B = 53.46%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#650074 (or 0x650074) is known color: Purple. HEX triplet: 65, 00 and 74. RGB value is (101,0,116). Sum of RGB (Red+Green+Blue) = 101+0+116=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #650074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650074 is #9AFF8B. Grayscale: #2B2B2B. Windows color (decimal): -10157964 or 7602277. OLE color: 7602277.

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

Color convert

RGB 101 0 116 -
CMYK 0.13 1 0 0.55
HSL 292.24º 1% 0.23% -
HSV(B) 292.24º 1% 0.45% -
XYZ 8.52 4.03 16.85 -
YUV 43.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 101 0 116 0.13 1 0 0.55 292.24 1 0.23
Hex 65 0 74 D 64 0 37 124 64 17
Octal 145 0 164 15 144 0 67 444 144 27
Binary 1100101 0 1110100 1101 1100100 0 110111 100100100 1100100 10111

Color Harmonies of #650074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650074

Black with #650074

Text Example


Text Example

White with #650074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650074; }

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

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

background-color css

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

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

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

border-color css

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

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

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