Html Css Color HEX #7441D5 Purple Heart

📋 copy color: '#7441D5'

red 116 ◦ green 65 ◦ blue 213

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

Shades of Purple Heart #7441D5

Tints of Purple Heart #7441D5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 213 (83.59% from 255) = 54.06%

R = 29.44%
G = 16.5%
B = 54.06%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7441D5 (or 0x7441D5) is known color: Purple Heart. HEX triplet: 74, 41 and D5. RGB value is (116,65,213). Sum of RGB (Red+Green+Blue) = 116+65+213=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #7441D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441D5 is #8BBE2A. Grayscale: #606060. Windows color (decimal): -9158187 or 13975924. OLE color: 13975924.

HSL color Cylindrical-coordinate representation of color #7441D5: hue angle of 260.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7441D5 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 65 213 -
CMYK 0.46 0.69 0 0.16
HSL 260.68º 0.64% 0.55% -
HSV(B) 260.68º 0.69% 0.84% -
XYZ 21.1 12.3 64.21 -
YUV 97.12 193.4 141.47 -
System Red Green Blue C M Y K H S L
Decimal 116 65 213 0.46 0.69 0 0.16 260.68 0.64 0.55
Hex 74 41 D5 2E 45 0 10 105 40 37
Octal 164 101 325 56 105 0 20 405 100 67
Binary 1110100 1000001 11010101 101110 1000101 0 10000 100000101 1000000 110111

Color Harmonies of #7441D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7441D5

Black with #7441D5

Text Example


Text Example

White with #7441D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7441D5; }

 p { color: rgb(116,65,213); }

 H1.HeaderClassName
 {
   color: #7441D5;
 }
 .AnyTagClassName
 {
   color: #7441D5;
 }
</style>

background-color css

<style>
 a { background-color: #7441D5; }

 a { background-color: rgb(116,65,213); }

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

border-color css

<style>
 span { border-color: #7441D5; }

 span { border-color: rgb(116,65,213); }

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