Html Css Color HEX #741BB2 Purple Heart

📋 copy color: '#741BB2'

red 116 ◦ green 27 ◦ blue 178

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

Shades of Purple Heart #741BB2

Tints of Purple Heart #741BB2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.41%

 BLUE value IS 178 (69.92% from 255) = 55.45%

R = 36.14%
G = 8.41%
B = 55.45%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#741BB2 (or 0x741BB2) is known color: Purple Heart. HEX triplet: 74, 1B and B2. RGB value is (116,27,178). Sum of RGB (Red+Green+Blue) = 116+27+178=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #741BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741BB2 is #8BE44D. Grayscale: #464646. Windows color (decimal): -9167950 or 11672436. OLE color: 11672436.

HSL color Cylindrical-coordinate representation of color #741BB2: hue angle of 275.36º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741BB2 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 27 178 -
CMYK 0.35 0.85 0 0.30
HSL 275.36º 0.74% 0.4% -
HSV(B) 275.36º 0.85% 0.7% -
XYZ 15.63 7.71 42.78 -
YUV 70.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 116 27 178 0.35 0.85 0 0.30 275.36 0.74 0.4
Hex 74 1B B2 23 55 0 1E 113 4A 28
Octal 164 33 262 43 125 0 36 423 112 50
Binary 1110100 11011 10110010 100011 1010101 0 11110 100010011 1001010 101000

Color Harmonies of #741BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741BB2

Black with #741BB2

Text Example


Text Example

White with #741BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,27,178); }

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

background-color css

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

 a { background-color: rgb(116,27,178); }

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

border-color css

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

 span { border-color: rgb(116,27,178); }

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