Html Css Color HEX #741EBA Purple Heart

📋 copy color: '#741EBA'

red 116 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #741EBA

Tints of Purple Heart #741EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 34.94%
G = 9.04%
B = 56.02%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#741EBA (or 0x741EBA) is known color: Purple Heart. HEX triplet: 74, 1E and BA. RGB value is (116,30,186). Sum of RGB (Red+Green+Blue) = 116+30+186=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #741EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EBA is #8BE145. Grayscale: #484848. Windows color (decimal): -9167174 or 12197492. OLE color: 12197492.

HSL color Cylindrical-coordinate representation of color #741EBA: hue angle of 273.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741EBA is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 30 186 -
CMYK 0.38 0.84 0 0.27
HSL 273.08º 0.72% 0.42% -
HSV(B) 273.08º 0.84% 0.73% -
XYZ 16.53 8.19 47.16 -
YUV 73.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 116 30 186 0.38 0.84 0 0.27 273.08 0.72 0.42
Hex 74 1E BA 26 54 0 1B 111 48 2A
Octal 164 36 272 46 124 0 33 421 110 52
Binary 1110100 11110 10111010 100110 1010100 0 11011 100010001 1001000 101010

Color Harmonies of #741EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741EBA

Black with #741EBA

Text Example


Text Example

White with #741EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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