Html Css Color HEX #741ABB Purple Heart

📋 copy color: '#741ABB'

red 116 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #741ABB

Tints of Purple Heart #741ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 35.26%
G = 7.9%
B = 56.84%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#741ABB (or 0x741ABB) is known color: Purple Heart. HEX triplet: 74, 1A and BB. RGB value is (116,26,187). Sum of RGB (Red+Green+Blue) = 116+26+187=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #741ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ABB is #8BE544. Grayscale: #464646. Windows color (decimal): -9168197 or 12262004. OLE color: 12262004.

HSL color Cylindrical-coordinate representation of color #741ABB: hue angle of 273.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741ABB is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 26 187 -
CMYK 0.38 0.86 0 0.27
HSL 273.54º 0.76% 0.42% -
HSV(B) 273.54º 0.86% 0.73% -
XYZ 16.54 8.04 47.69 -
YUV 71.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 116 26 187 0.38 0.86 0 0.27 273.54 0.76 0.42
Hex 74 1A BB 26 56 0 1B 112 4C 2A
Octal 164 32 273 46 126 0 33 422 114 52
Binary 1110100 11010 10111011 100110 1010110 0 11011 100010010 1001100 101010

Color Harmonies of #741ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ABB

Black with #741ABB

Text Example


Text Example

White with #741ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,26,187); }

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

background-color css

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

 a { background-color: rgb(116,26,187); }

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

border-color css

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

 span { border-color: rgb(116,26,187); }

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