Html Css Color HEX #7441BF Purple Heart

📋 copy color: '#7441BF'

red 116 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7441BF

Tints of Purple Heart #7441BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 31.18%
G = 17.47%
B = 51.34%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7441BF (or 0x7441BF) is known color: Purple Heart. HEX triplet: 74, 41 and BF. RGB value is (116,65,191). Sum of RGB (Red+Green+Blue) = 116+65+191=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #7441BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441BF is #8BBE40. Grayscale: #5E5E5E. Windows color (decimal): -9158209 or 12534132. OLE color: 12534132.

HSL color Cylindrical-coordinate representation of color #7441BF: hue angle of 264.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7441BF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 65 191 -
CMYK 0.39 0.66 0 0.25
HSL 264.29º 0.5% 0.5% -
HSV(B) 264.29º 0.66% 0.75% -
XYZ 18.5 11.26 50.49 -
YUV 94.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 116 65 191 0.39 0.66 0 0.25 264.29 0.5 0.5
Hex 74 41 BF 27 42 0 19 108 32 32
Octal 164 101 277 47 102 0 31 410 62 62
Binary 1110100 1000001 10111111 100111 1000010 0 11001 100001000 110010 110010

Color Harmonies of #7441BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7441BF

Black with #7441BF

Text Example


Text Example

White with #7441BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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