Html Css Color HEX #741B72 Dark Purple

📋 copy color: '#741B72'

red 116 ◦ green 27 ◦ blue 114

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

Shades of Dark Purple #741B72

Tints of Dark Purple #741B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 45.14%
G = 10.51%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#741B72 (or 0x741B72) is known color: Dark Purple. HEX triplet: 74, 1B and 72. RGB value is (116,27,114). Sum of RGB (Red+Green+Blue) = 116+27+114=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #741B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B72 is #8BE48D. Grayscale: #3F3F3F. Windows color (decimal): -9168014 or 7478132. OLE color: 7478132.

HSL color Cylindrical-coordinate representation of color #741B72: hue angle of 301.35º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B72 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 27 114 -
CMYK 0 0.77 0.02 0.55
HSL 301.35º 0.62% 0.28% -
HSV(B) 301.35º 0.77% 0.45% -
XYZ 10.63 5.71 16.46 -
YUV 63.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 116 27 114 0 0.77 0.02 0.55 301.35 0.62 0.28
Hex 74 1B 72 0 4D 2 37 12D 3E 1C
Octal 164 33 162 0 115 2 67 455 76 34
Binary 1110100 11011 1110010 0 1001101 10 110111 100101101 111110 11100

Color Harmonies of #741B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B72

Black with #741B72

Text Example


Text Example

White with #741B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741B72; }

 p { color: rgb(116,27,114); }

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

background-color css

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

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

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

border-color css

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

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

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