Html Css Color HEX #741FB9 Purple Heart

📋 copy color: '#741FB9'

red 116 ◦ green 31 ◦ blue 185

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

Shades of Purple Heart #741FB9

Tints of Purple Heart #741FB9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.34%

 BLUE value IS 185 (72.66% from 255) = 55.72%

R = 34.94%
G = 9.34%
B = 55.72%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#741FB9 (or 0x741FB9) is known color: Purple Heart. HEX triplet: 74, 1F and B9. RGB value is (116,31,185). Sum of RGB (Red+Green+Blue) = 116+31+185=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 185 (72.66% from 255 or 55.72% from 332); Max value from RGB is 185 - color contains mainly: blue. Hex color #741FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FB9 is #8BE046. Grayscale: #494949. Windows color (decimal): -9166919 or 12132212. OLE color: 12132212.

HSL color Cylindrical-coordinate representation of color #741FB9: hue angle of 273.12º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741FB9 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 31 185 -
CMYK 0.37 0.83 0 0.27
HSL 273.12º 0.71% 0.42% -
HSV(B) 273.12º 0.83% 0.73% -
XYZ 16.45 8.2 46.61 -
YUV 73.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 116 31 185 0.37 0.83 0 0.27 273.12 0.71 0.42
Hex 74 1F B9 25 53 0 1B 111 47 2A
Octal 164 37 271 45 123 0 33 421 107 52
Binary 1110100 11111 10111001 100101 1010011 0 11011 100010001 1000111 101010

Color Harmonies of #741FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FB9

Black with #741FB9

Text Example


Text Example

White with #741FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,31,185); }

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

background-color css

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

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

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

border-color css

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

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

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