Html Css Color HEX #742DB1 Purple Heart

📋 copy color: '#742DB1'

red 116 ◦ green 45 ◦ blue 177

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

Shades of Purple Heart #742DB1

Tints of Purple Heart #742DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.37%

R = 34.32%
G = 13.31%
B = 52.37%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#742DB1 (or 0x742DB1) is known color: Purple Heart. HEX triplet: 74, 2D and B1. RGB value is (116,45,177). Sum of RGB (Red+Green+Blue) = 116+45+177=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #742DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DB1 is #8BD24E. Grayscale: #505050. Windows color (decimal): -9163343 or 11611508. OLE color: 11611508.

HSL color Cylindrical-coordinate representation of color #742DB1: hue angle of 272.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742DB1 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 45 177 -
CMYK 0.34 0.75 0 0.31
HSL 272.27º 0.59% 0.44% -
HSV(B) 272.27º 0.75% 0.69% -
XYZ 16.08 8.76 42.44 -
YUV 81.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 116 45 177 0.34 0.75 0 0.31 272.27 0.59 0.44
Hex 74 2D B1 22 4B 0 1F 110 3B 2C
Octal 164 55 261 42 113 0 37 420 73 54
Binary 1110100 101101 10110001 100010 1001011 0 11111 100010000 111011 101100

Color Harmonies of #742DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DB1

Black with #742DB1

Text Example


Text Example

White with #742DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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