#742bd6

Color #742BD6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #742BD6

Tints of Purple Heart #742BD6

Color information

#742BD6 (or 0x742BD6) is unknown color: approx Purple Heart. HEX triplet: 74, 2B and D6. RGB value is (116,43,214). Sum of RGB (Red+Green+Blue) = 116+43+214=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #742BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BD6 is #8BD429. Grayscale: #535353. Windows color (decimal): -9163818 or 14035828. OLE color: 14035828.

HSL color Cylindrical-coordinate representation of color #742BD6: hue angle of 265.61º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742BD6 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11643214-
CMYK0.460.8000.16
HSL265.61º67.59%50.39%-
HSV(B)265.61º79.91%83.92%-
XYZ20.210.364.54-
YUV84.32201.18150.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 43 (17.19% from 255) = 11.53%
BLUE value IS 214 (83.98% from 255) = 57.37%
R=31.10%
G=11.53%
B=57.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116432140.460.8000.16265.6167.5950.39
Hex742BD62E5001010a4432
Octal164533265612002041210462
Binary11101001010111101011010111010100000100001000010101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,43,214); }

 H1.HeaderClassName
 {
   color: #742bd6;
 }
 .AnyTagClassName
 {
   color: #742bd6;
 }
</style>
background-color css

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

 a { background-color: rgb(116,43,214); }

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

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

 span { border-color: rgb(116,43,214); }

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