Html Css Color HEX #742ECD Purple Heart

📋 copy color: '#742ECD'

red 116 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #742ECD

Tints of Purple Heart #742ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.53%

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 31.61%
G = 12.53%
B = 55.86%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#742ECD (or 0x742ECD) is known color: Purple Heart. HEX triplet: 74, 2E and CD. RGB value is (116,46,205). Sum of RGB (Red+Green+Blue) = 116+46+205=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #742ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ECD is #8BD132. Grayscale: #545454. Windows color (decimal): -9163059 or 13446772. OLE color: 13446772.

HSL color Cylindrical-coordinate representation of color #742ECD: hue angle of 266.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742ECD is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 46 205 -
CMYK 0.43 0.78 0 0.20
HSL 266.42º 0.63% 0.49% -
HSV(B) 266.42º 0.78% 0.8% -
XYZ 19.2 10.07 58.69 -
YUV 85.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 116 46 205 0.43 0.78 0 0.20 266.42 0.63 0.49
Hex 74 2E CD 2B 4E 0 14 10A 3F 31
Octal 164 56 315 53 116 0 24 412 77 61
Binary 1110100 101110 11001101 101011 1001110 0 10100 100001010 111111 110001

Color Harmonies of #742ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742ECD

Black with #742ECD

Text Example


Text Example

White with #742ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,46,205); }

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

background-color css

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

 a { background-color: rgb(116,46,205); }

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

border-color css

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

 span { border-color: rgb(116,46,205); }

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