Html Css Color HEX #742DBF Purple Heart

📋 copy color: '#742DBF'

red 116 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #742DBF

Tints of Purple Heart #742DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 32.95%
G = 12.78%
B = 54.26%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#742DBF (or 0x742DBF) is known color: Purple Heart. HEX triplet: 74, 2D and BF. RGB value is (116,45,191). Sum of RGB (Red+Green+Blue) = 116+45+191=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #742DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DBF is #8BD240. Grayscale: #525252. Windows color (decimal): -9163329 or 12529012. OLE color: 12529012.

HSL color Cylindrical-coordinate representation of color #742DBF: hue angle of 269.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742DBF is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 45 191 -
CMYK 0.39 0.76 0 0.25
HSL 269.18º 0.62% 0.46% -
HSV(B) 269.18º 0.76% 0.75% -
XYZ 17.54 9.35 50.17 -
YUV 82.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 116 45 191 0.39 0.76 0 0.25 269.18 0.62 0.46
Hex 74 2D BF 27 4C 0 19 10D 3E 2E
Octal 164 55 277 47 114 0 31 415 76 56
Binary 1110100 101101 10111111 100111 1001100 0 11001 100001101 111110 101110

Color Harmonies of #742DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DBF

Black with #742DBF

Text Example


Text Example

White with #742DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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