Html Css Color HEX #7741BC Purple Heart

📋 copy color: '#7741BC'

red 119 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #7741BC

Tints of Purple Heart #7741BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 31.99%
G = 17.47%
B = 50.54%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7741BC (or 0x7741BC) is known color: Purple Heart. HEX triplet: 77, 41 and BC. RGB value is (119,65,188). Sum of RGB (Red+Green+Blue) = 119+65+188=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #7741BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7741BC is #88BE43. Grayscale: #5E5E5E. Windows color (decimal): -8961604 or 12337527. OLE color: 12337527.

HSL color Cylindrical-coordinate representation of color #7741BC: hue angle of 266.34º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7741BC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 65 188 -
CMYK 0.37 0.65 0 0.26
HSL 266.34º 0.49% 0.5% -
HSV(B) 266.34º 0.65% 0.74% -
XYZ 18.58 11.33 48.79 -
YUV 95.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 119 65 188 0.37 0.65 0 0.26 266.34 0.49 0.5
Hex 77 41 BC 25 41 0 1A 10A 31 32
Octal 167 101 274 45 101 0 32 412 61 62
Binary 1110111 1000001 10111100 100101 1000001 0 11010 100001010 110001 110010

Color Harmonies of #7741BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7741BC

Black with #7741BC

Text Example


Text Example

White with #7741BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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