Html Css Color HEX #741878 Dark Purple

📋 copy color: '#741878'

red 116 ◦ green 24 ◦ blue 120

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

Shades of Dark Purple #741878

Tints of Dark Purple #741878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 44.62%
G = 9.23%
B = 46.15%

CMYK

 C value IS 0.03

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741878 (or 0x741878) is known color: Dark Purple. HEX triplet: 74, 18 and 78. RGB value is (116,24,120). Sum of RGB (Red+Green+Blue) = 116+24+120=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #741878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741878 is #8BE787. Grayscale: #3E3E3E. Windows color (decimal): -9168776 or 7870580. OLE color: 7870580.

HSL color Cylindrical-coordinate representation of color #741878: hue angle of 297.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741878 is Cyan = 0.03, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 24 120 -
CMYK 0.03 0.8 0 0.53
HSL 297.5º 0.67% 0.28% -
HSV(B) 297.5º 0.8% 0.47% -
XYZ 10.92 5.72 18.3 -
YUV 62.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 116 24 120 0.03 0.8 0 0.53 297.5 0.67 0.28
Hex 74 18 78 3 50 0 35 12A 43 1C
Octal 164 30 170 3 120 0 65 452 103 34
Binary 1110100 11000 1111000 11 1010000 0 110101 100101010 1000011 11100

Color Harmonies of #741878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741878

Black with #741878

Text Example


Text Example

White with #741878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741878; }

 p { color: rgb(116,24,120); }

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

background-color css

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

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

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

border-color css

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

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

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