Html Css Color HEX #741DB7 Purple Heart

📋 copy color: '#741DB7'

red 116 ◦ green 29 ◦ blue 183

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

Shades of Purple Heart #741DB7

Tints of Purple Heart #741DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.79%

R = 35.37%
G = 8.84%
B = 55.79%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#741DB7 (or 0x741DB7) is known color: Purple Heart. HEX triplet: 74, 1D and B7. RGB value is (116,29,183). Sum of RGB (Red+Green+Blue) = 116+29+183=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #741DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DB7 is #8BE248. Grayscale: #484848. Windows color (decimal): -9167433 or 12000628. OLE color: 12000628.

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

Color convert

RGB 116 29 183 -
CMYK 0.37 0.84 0 0.28
HSL 273.9º 0.73% 0.42% -
HSV(B) 273.9º 0.84% 0.72% -
XYZ 16.19 8.01 45.49 -
YUV 72.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 116 29 183 0.37 0.84 0 0.28 273.9 0.73 0.42
Hex 74 1D B7 25 54 0 1C 112 49 2A
Octal 164 35 267 45 124 0 34 422 111 52
Binary 1110100 11101 10110111 100101 1010100 0 11100 100010010 1001001 101010

Color Harmonies of #741DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DB7

Black with #741DB7

Text Example


Text Example

White with #741DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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