Html Css Color HEX #741ABD Purple Heart

📋 copy color: '#741ABD'

red 116 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #741ABD

Tints of Purple Heart #741ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 35.05%
G = 7.85%
B = 57.1%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#741ABD (or 0x741ABD) is known color: Purple Heart. HEX triplet: 74, 1A and BD. RGB value is (116,26,189). Sum of RGB (Red+Green+Blue) = 116+26+189=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #741ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ABD is #8BE542. Grayscale: #464646. Windows color (decimal): -9168195 or 12393076. OLE color: 12393076.

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

Color convert

RGB 116 26 189 -
CMYK 0.39 0.86 0 0.26
HSL 273.13º 0.76% 0.42% -
HSV(B) 273.13º 0.86% 0.74% -
XYZ 16.76 8.13 48.83 -
YUV 71.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 116 26 189 0.39 0.86 0 0.26 273.13 0.76 0.42
Hex 74 1A BD 27 56 0 1A 111 4C 2A
Octal 164 32 275 47 126 0 32 421 114 52
Binary 1110100 11010 10111101 100111 1010110 0 11010 100010001 1001100 101010

Color Harmonies of #741ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ABD

Black with #741ABD

Text Example


Text Example

White with #741ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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