Html Css Color HEX #741DB6 Purple Heart

📋 copy color: '#741DB6'

red 116 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #741DB6

Tints of Purple Heart #741DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.87%

 BLUE value IS 182 (71.48% from 255) = 55.66%

R = 35.47%
G = 8.87%
B = 55.66%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#741DB6 (or 0x741DB6) is known color: Purple Heart. HEX triplet: 74, 1D and B6. RGB value is (116,29,182). Sum of RGB (Red+Green+Blue) = 116+29+182=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #741DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DB6 is #8BE249. Grayscale: #474747. Windows color (decimal): -9167434 or 11935092. OLE color: 11935092.

HSL color Cylindrical-coordinate representation of color #741DB6: hue angle of 274.12º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741DB6 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 29 182 -
CMYK 0.36 0.84 0 0.29
HSL 274.12º 0.73% 0.41% -
HSV(B) 274.12º 0.84% 0.71% -
XYZ 16.09 7.97 44.95 -
YUV 72.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 116 29 182 0.36 0.84 0 0.29 274.12 0.73 0.41
Hex 74 1D B6 24 54 0 1D 112 49 29
Octal 164 35 266 44 124 0 35 422 111 51
Binary 1110100 11101 10110110 100100 1010100 0 11101 100010010 1001001 101001

Color Harmonies of #741DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DB6

Black with #741DB6

Text Example


Text Example

White with #741DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,29,182); }

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

background-color css

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

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

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

border-color css

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

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

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