Html Css Color HEX #741ECB Purple Heart

📋 copy color: '#741ECB'

red 116 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #741ECB

Tints of Purple Heart #741ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 33.24%
G = 8.6%
B = 58.17%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#741ECB (or 0x741ECB) is known color: Purple Heart. HEX triplet: 74, 1E and CB. RGB value is (116,30,203). Sum of RGB (Red+Green+Blue) = 116+30+203=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #741ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ECB is #8BE134. Grayscale: #4A4A4A. Windows color (decimal): -9167157 or 13311604. OLE color: 13311604.

HSL color Cylindrical-coordinate representation of color #741ECB: hue angle of 269.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741ECB is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 30 203 -
CMYK 0.43 0.85 0 0.20
HSL 269.83º 0.74% 0.46% -
HSV(B) 269.83º 0.85% 0.8% -
XYZ 18.45 8.95 57.26 -
YUV 75.44 199.99 156.93 -
System Red Green Blue C M Y K H S L
Decimal 116 30 203 0.43 0.85 0 0.20 269.83 0.74 0.46
Hex 74 1E CB 2B 55 0 14 10E 4A 2E
Octal 164 36 313 53 125 0 24 416 112 56
Binary 1110100 11110 11001011 101011 1010101 0 10100 100001110 1001010 101110

Color Harmonies of #741ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ECB

Black with #741ECB

Text Example


Text Example

White with #741ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741ECB; }

 p { color: rgb(116,30,203); }

 H1.HeaderClassName
 {
   color: #741ECB;
 }
 .AnyTagClassName
 {
   color: #741ECB;
 }
</style>

background-color css

<style>
 a { background-color: #741ECB; }

 a { background-color: rgb(116,30,203); }

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

border-color css

<style>
 span { border-color: #741ECB; }

 span { border-color: rgb(116,30,203); }

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