Html Css Color HEX #741ECC Purple Heart

📋 copy color: '#741ECC'

red 116 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #741ECC

Tints of Purple Heart #741ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 33.14%
G = 8.57%
B = 58.29%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#741ECC (or 0x741ECC) is known color: Purple Heart. HEX triplet: 74, 1E and CC. RGB value is (116,30,204). Sum of RGB (Red+Green+Blue) = 116+30+204=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #741ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ECC is #8BE133. Grayscale: #4A4A4A. Windows color (decimal): -9167156 or 13377140. OLE color: 13377140.

HSL color Cylindrical-coordinate representation of color #741ECC: hue angle of 269.66º 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 #741ECC is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 30 204 -
CMYK 0.43 0.85 0 0.2
HSL 269.66º 0.74% 0.46% -
HSV(B) 269.66º 0.85% 0.8% -
XYZ 18.57 9 57.89 -
YUV 75.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 116 30 204 0.43 0.85 0 0.2 269.66 0.74 0.46
Hex 74 1E CC 2B 55 0 14 10E 4A 2E
Octal 164 36 314 53 125 0 24 416 112 56
Binary 1110100 11110 11001100 101011 1010101 0 10100 100001110 1001010 101110

Color Harmonies of #741ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ECC

Black with #741ECC

Text Example


Text Example

White with #741ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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