Html Css Color HEX #742DB7 Purple Heart

📋 copy color: '#742DB7'

red 116 ◦ green 45 ◦ blue 183

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

Shades of Purple Heart #742DB7

Tints of Purple Heart #742DB7

RGB

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

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

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

R = 33.72%
G = 13.08%
B = 53.2%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#742DB7 (or 0x742DB7) is known color: Purple Heart. HEX triplet: 74, 2D and B7. RGB value is (116,45,183). Sum of RGB (Red+Green+Blue) = 116+45+183=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #742DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DB7 is #8BD248. Grayscale: #515151. Windows color (decimal): -9163337 or 12004724. OLE color: 12004724.

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

Color convert

RGB 116 45 183 -
CMYK 0.37 0.75 0 0.28
HSL 270.87º 0.61% 0.45% -
HSV(B) 270.87º 0.75% 0.72% -
XYZ 16.69 9.01 45.66 -
YUV 81.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 116 45 183 0.37 0.75 0 0.28 270.87 0.61 0.45
Hex 74 2D B7 25 4B 0 1C 10F 3D 2D
Octal 164 55 267 45 113 0 34 417 75 55
Binary 1110100 101101 10110111 100101 1001011 0 11100 100001111 111101 101101

Color Harmonies of #742DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DB7

Black with #742DB7

Text Example


Text Example

White with #742DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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