Html Css Color HEX #741ED2 Purple Heart

📋 copy color: '#741ED2'

red 116 ◦ green 30 ◦ blue 210

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

Shades of Purple Heart #741ED2

Tints of Purple Heart #741ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.99%

R = 32.58%
G = 8.43%
B = 58.99%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#741ED2 (or 0x741ED2) is known color: Purple Heart. HEX triplet: 74, 1E and D2. RGB value is (116,30,210). Sum of RGB (Red+Green+Blue) = 116+30+210=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #741ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ED2 is #8BE12D. Grayscale: #4B4B4B. Windows color (decimal): -9167150 or 13770356. OLE color: 13770356.

HSL color Cylindrical-coordinate representation of color #741ED2: hue angle of 268.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741ED2 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 30 210 -
CMYK 0.45 0.86 0 0.18
HSL 268.67º 0.75% 0.47% -
HSV(B) 268.67º 0.86% 0.82% -
XYZ 19.3 9.29 61.75 -
YUV 76.23 203.49 156.36 -
System Red Green Blue C M Y K H S L
Decimal 116 30 210 0.45 0.86 0 0.18 268.67 0.75 0.47
Hex 74 1E D2 2D 56 0 12 10D 4B 2F
Octal 164 36 322 55 126 0 22 415 113 57
Binary 1110100 11110 11010010 101101 1010110 0 10010 100001101 1001011 101111

Color Harmonies of #741ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ED2

Black with #741ED2

Text Example


Text Example

White with #741ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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