Html Css Color HEX #7409B1 Purple Heart

📋 copy color: '#7409B1'

red 116 ◦ green 9 ◦ blue 177

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

Shades of Purple Heart #7409B1

Tints of Purple Heart #7409B1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

 BLUE value IS 177 (69.53% from 255) = 58.61%

R = 38.41%
G = 2.98%
B = 58.61%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7409B1 (or 0x7409B1) is known color: Purple Heart. HEX triplet: 74, 09 and B1. RGB value is (116,9,177). Sum of RGB (Red+Green+Blue) = 116+9+177=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #7409B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7409B1 is #8BF64E. Grayscale: #3B3B3B. Windows color (decimal): -9172559 or 11602292. OLE color: 11602292.

HSL color Cylindrical-coordinate representation of color #7409B1: hue angle of 278.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7409B1 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 9 177 -
CMYK 0.34 0.95 0 0.31
HSL 278.21º 0.9% 0.36% -
HSV(B) 278.21º 0.95% 0.69% -
XYZ 15.24 7.08 42.16 -
YUV 60.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 116 9 177 0.34 0.95 0 0.31 278.21 0.9 0.36
Hex 74 9 B1 22 5F 0 1F 116 5A 24
Octal 164 11 261 42 137 0 37 426 132 44
Binary 1110100 1001 10110001 100010 1011111 0 11111 100010110 1011010 100100

Color Harmonies of #7409B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409B1

Black with #7409B1

Text Example


Text Example

White with #7409B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7409B1; }

 p { color: rgb(116,9,177); }

 H1.HeaderClassName
 {
   color: #7409B1;
 }
 .AnyTagClassName
 {
   color: #7409B1;
 }
</style>

background-color css

<style>
 a { background-color: #7409B1; }

 a { background-color: rgb(116,9,177); }

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

border-color css

<style>
 span { border-color: #7409B1; }

 span { border-color: rgb(116,9,177); }

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