Html Css Color HEX #741FBF Purple Heart

📋 copy color: '#741FBF'

red 116 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #741FBF

Tints of Purple Heart #741FBF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

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

R = 34.32%
G = 9.17%
B = 56.51%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#741FBF (or 0x741FBF) is known color: Purple Heart. HEX triplet: 74, 1F and BF. RGB value is (116,31,191). Sum of RGB (Red+Green+Blue) = 116+31+191=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #741FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FBF is #8BE040. Grayscale: #4A4A4A. Windows color (decimal): -9166913 or 12525428. OLE color: 12525428.

HSL color Cylindrical-coordinate representation of color #741FBF: hue angle of 271.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741FBF is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 31 191 -
CMYK 0.39 0.84 0 0.25
HSL 271.88º 0.72% 0.44% -
HSV(B) 271.88º 0.84% 0.75% -
XYZ 17.1 8.45 50.02 -
YUV 74.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 116 31 191 0.39 0.84 0 0.25 271.88 0.72 0.44
Hex 74 1F BF 27 54 0 19 110 48 2C
Octal 164 37 277 47 124 0 31 420 110 54
Binary 1110100 11111 10111111 100111 1010100 0 11001 100010000 1001000 101100

Color Harmonies of #741FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FBF

Black with #741FBF

Text Example


Text Example

White with #741FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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