Html Css Color HEX #741ED0 Purple Heart

📋 copy color: '#741ED0'

red 116 ◦ green 30 ◦ blue 208

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

Shades of Purple Heart #741ED0

Tints of Purple Heart #741ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 32.77%
G = 8.47%
B = 58.76%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#741ED0 (or 0x741ED0) is known color: Purple Heart. HEX triplet: 74, 1E and D0. RGB value is (116,30,208). Sum of RGB (Red+Green+Blue) = 116+30+208=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #741ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ED0 is #8BE12F. Grayscale: #4B4B4B. Windows color (decimal): -9167152 or 13639284. OLE color: 13639284.

HSL color Cylindrical-coordinate representation of color #741ED0: hue angle of 268.99º 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 #741ED0 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 30 208 -
CMYK 0.44 0.86 0 0.18
HSL 268.99º 0.75% 0.47% -
HSV(B) 268.99º 0.86% 0.82% -
XYZ 19.05 9.2 60.45 -
YUV 76.01 202.49 156.53 -
System Red Green Blue C M Y K H S L
Decimal 116 30 208 0.44 0.86 0 0.18 268.99 0.75 0.47
Hex 74 1E D0 2C 56 0 12 10D 4B 2F
Octal 164 36 320 54 126 0 22 415 113 57
Binary 1110100 11110 11010000 101100 1010110 0 10010 100001101 1001011 101111

Color Harmonies of #741ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ED0

Black with #741ED0

Text Example


Text Example

White with #741ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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