Html Css Color HEX #742DB9 Purple Heart

📋 copy color: '#742DB9'

red 116 ◦ green 45 ◦ blue 185

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

Shades of Purple Heart #742DB9

Tints of Purple Heart #742DB9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

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

R = 33.53%
G = 13.01%
B = 53.47%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#742DB9 (or 0x742DB9) is known color: Purple Heart. HEX triplet: 74, 2D and B9. RGB value is (116,45,185). Sum of RGB (Red+Green+Blue) = 116+45+185=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #742DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DB9 is #8BD246. Grayscale: #515151. Windows color (decimal): -9163335 or 12135796. OLE color: 12135796.

HSL color Cylindrical-coordinate representation of color #742DB9: hue angle of 270.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742DB9 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 45 185 -
CMYK 0.37 0.76 0 0.27
HSL 270.43º 0.61% 0.45% -
HSV(B) 270.43º 0.76% 0.73% -
XYZ 16.9 9.09 46.76 -
YUV 82.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 116 45 185 0.37 0.76 0 0.27 270.43 0.61 0.45
Hex 74 2D B9 25 4C 0 1B 10E 3D 2D
Octal 164 55 271 45 114 0 33 416 75 55
Binary 1110100 101101 10111001 100101 1001100 0 11011 100001110 111101 101101

Color Harmonies of #742DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DB9

Black with #742DB9

Text Example


Text Example

White with #742DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742DB9; }

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

 H1.HeaderClassName
 {
   color: #742DB9;
 }
 .AnyTagClassName
 {
   color: #742DB9;
 }
</style>

background-color css

<style>
 a { background-color: #742DB9; }

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

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

border-color css

<style>
 span { border-color: #742DB9; }

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

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