Html Css Color HEX #741274 Purple

📋 copy color: '#741274'

red 116 ◦ green 18 ◦ blue 116

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

Shades of Purple #741274

Tints of Purple #741274

RGB

 RED value IS 116 (45.7% from 255) = 46.4%

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 46.4%
G = 7.2%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#741274 (or 0x741274) is known color: Purple. HEX triplet: 74, 12 and 74. RGB value is (116,18,116). Sum of RGB (Red+Green+Blue) = 116+18+116=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741274 is #8BED8B. Grayscale: #3A3A3A. Windows color (decimal): -9170316 or 7606900. OLE color: 7606900.

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

Color convert

RGB 116 18 116 -
CMYK 0 0.84 0 0.55
HSL 300º 0.73% 0.26% -
HSV(B) 300º 0.84% 0.45% -
XYZ 10.57 5.41 17.01 -
YUV 58.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 116 18 116 0 0.84 0 0.55 300 0.73 0.26
Hex 74 12 74 0 54 0 37 12C 49 1A
Octal 164 22 164 0 124 0 67 454 111 32
Binary 1110100 10010 1110100 0 1010100 0 110111 100101100 1001001 11010

Color Harmonies of #741274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741274

Black with #741274

Text Example


Text Example

White with #741274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741274; }

 p { color: rgb(116,18,116); }

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

background-color css

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

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

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

border-color css

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

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

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