Html Css Color HEX #741CB0 Purple Heart

📋 copy color: '#741CB0'

red 116 ◦ green 28 ◦ blue 176

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

Shades of Purple Heart #741CB0

Tints of Purple Heart #741CB0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 176 (69.14% from 255) = 55%

R = 36.25%
G = 8.75%
B = 55%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#741CB0 (or 0x741CB0) is known color: Purple Heart. HEX triplet: 74, 1C and B0. RGB value is (116,28,176). Sum of RGB (Red+Green+Blue) = 116+28+176=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #741CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CB0 is #8BE34F. Grayscale: #464646. Windows color (decimal): -9167696 or 11541620. OLE color: 11541620.

HSL color Cylindrical-coordinate representation of color #741CB0: hue angle of 275.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741CB0 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 28 176 -
CMYK 0.34 0.84 0 0.31
HSL 275.68º 0.73% 0.4% -
HSV(B) 275.68º 0.84% 0.69% -
XYZ 15.45 7.68 41.74 -
YUV 71.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 116 28 176 0.34 0.84 0 0.31 275.68 0.73 0.4
Hex 74 1C B0 22 54 0 1F 114 49 28
Octal 164 34 260 42 124 0 37 424 111 50
Binary 1110100 11100 10110000 100010 1010100 0 11111 100010100 1001001 101000

Color Harmonies of #741CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CB0

Black with #741CB0

Text Example


Text Example

White with #741CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,28,176); }

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

background-color css

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

 a { background-color: rgb(116,28,176); }

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

border-color css

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

 span { border-color: rgb(116,28,176); }

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