Html Css Color HEX #7741BF Purple Heart

📋 copy color: '#7741BF'

red 119 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7741BF

Tints of Purple Heart #7741BF

RGB

 RED value IS 119 (46.88% from 255) = 31.73%

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

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

R = 31.73%
G = 17.33%
B = 50.93%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7741BF (or 0x7741BF) is known color: Purple Heart. HEX triplet: 77, 41 and BF. RGB value is (119,65,191). Sum of RGB (Red+Green+Blue) = 119+65+191=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #7741BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7741BF is #88BE40. Grayscale: #5F5F5F. Windows color (decimal): -8961601 or 12534135. OLE color: 12534135.

HSL color Cylindrical-coordinate representation of color #7741BF: hue angle of 265.71º 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 #7741BF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 65 191 -
CMYK 0.38 0.66 0 0.25
HSL 265.71º 0.5% 0.5% -
HSV(B) 265.71º 0.66% 0.75% -
XYZ 18.9 11.46 50.51 -
YUV 95.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 119 65 191 0.38 0.66 0 0.25 265.71 0.5 0.5
Hex 77 41 BF 26 42 0 19 10A 32 32
Octal 167 101 277 46 102 0 31 412 62 62
Binary 1110111 1000001 10111111 100110 1000010 0 11001 100001010 110010 110010

Color Harmonies of #7741BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7741BF

Black with #7741BF

Text Example


Text Example

White with #7741BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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