Html Css Color HEX #742FD5 Purple Heart

📋 copy color: '#742FD5'

red 116 ◦ green 47 ◦ blue 213

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

Shades of Purple Heart #742FD5

Tints of Purple Heart #742FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.5%

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 30.85%
G = 12.5%
B = 56.65%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#742FD5 (or 0x742FD5) is known color: Purple Heart. HEX triplet: 74, 2F and D5. RGB value is (116,47,213). Sum of RGB (Red+Green+Blue) = 116+47+213=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #742FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FD5 is #8BD02A. Grayscale: #555555. Windows color (decimal): -9162795 or 13971316. OLE color: 13971316.

HSL color Cylindrical-coordinate representation of color #742FD5: hue angle of 264.94º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742FD5 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 47 213 -
CMYK 0.46 0.78 0 0.16
HSL 264.94º 0.66% 0.51% -
HSV(B) 264.94º 0.78% 0.84% -
XYZ 20.23 10.55 63.92 -
YUV 86.56 199.36 149 -
System Red Green Blue C M Y K H S L
Decimal 116 47 213 0.46 0.78 0 0.16 264.94 0.66 0.51
Hex 74 2F D5 2E 4E 0 10 109 42 33
Octal 164 57 325 56 116 0 20 411 102 63
Binary 1110100 101111 11010101 101110 1001110 0 10000 100001001 1000010 110011

Color Harmonies of #742FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FD5

Black with #742FD5

Text Example


Text Example

White with #742FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,213); }

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

background-color css

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

 a { background-color: rgb(116,47,213); }

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

border-color css

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

 span { border-color: rgb(116,47,213); }

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