Html Css Color HEX #741ECE Purple Heart

📋 copy color: '#741ECE'

red 116 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #741ECE

Tints of Purple Heart #741ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.52%

R = 32.95%
G = 8.52%
B = 58.52%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#741ECE (or 0x741ECE) is known color: Purple Heart. HEX triplet: 74, 1E and CE. RGB value is (116,30,206). Sum of RGB (Red+Green+Blue) = 116+30+206=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #741ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ECE is #8BE131. Grayscale: #4B4B4B. Windows color (decimal): -9167154 or 13508212. OLE color: 13508212.

HSL color Cylindrical-coordinate representation of color #741ECE: hue angle of 269.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741ECE is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 30 206 -
CMYK 0.44 0.85 0 0.19
HSL 269.32º 0.75% 0.46% -
HSV(B) 269.32º 0.85% 0.81% -
XYZ 18.81 9.1 59.16 -
YUV 75.78 201.49 156.69 -
System Red Green Blue C M Y K H S L
Decimal 116 30 206 0.44 0.85 0 0.19 269.32 0.75 0.46
Hex 74 1E CE 2C 55 0 13 10D 4B 2E
Octal 164 36 316 54 125 0 23 415 113 56
Binary 1110100 11110 11001110 101100 1010101 0 10011 100001101 1001011 101110

Color Harmonies of #741ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ECE

Black with #741ECE

Text Example


Text Example

White with #741ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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