Html Css Color HEX #741DB2 Purple Heart

📋 copy color: '#741DB2'

red 116 ◦ green 29 ◦ blue 178

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

Shades of Purple Heart #741DB2

Tints of Purple Heart #741DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.11%

R = 35.91%
G = 8.98%
B = 55.11%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#741DB2 (or 0x741DB2) is known color: Purple Heart. HEX triplet: 74, 1D and B2. RGB value is (116,29,178). Sum of RGB (Red+Green+Blue) = 116+29+178=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #741DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741DB2 is #8BE24D. Grayscale: #474747. Windows color (decimal): -9167438 or 11672948. OLE color: 11672948.

HSL color Cylindrical-coordinate representation of color #741DB2: hue angle of 275.03º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741DB2 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 29 178 -
CMYK 0.35 0.84 0 0.30
HSL 275.03º 0.72% 0.41% -
HSV(B) 275.03º 0.84% 0.7% -
XYZ 15.68 7.81 42.8 -
YUV 72 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 116 29 178 0.35 0.84 0 0.30 275.03 0.72 0.41
Hex 74 1D B2 23 54 0 1E 113 48 29
Octal 164 35 262 43 124 0 36 423 110 51
Binary 1110100 11101 10110010 100011 1010100 0 11110 100010011 1001000 101001

Color Harmonies of #741DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DB2

Black with #741DB2

Text Example


Text Example

White with #741DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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