Html Css Color HEX #7410BD Purple Heart

📋 copy color: '#7410BD'

red 116 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #7410BD

Tints of Purple Heart #7410BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 36.14%
G = 4.98%
B = 58.88%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7410BD (or 0x7410BD) is known color: Purple Heart. HEX triplet: 74, 10 and BD. RGB value is (116,16,189). Sum of RGB (Red+Green+Blue) = 116+16+189=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #7410BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7410BD is #8BEF42. Grayscale: #414141. Windows color (decimal): -9170755 or 12390516. OLE color: 12390516.

HSL color Cylindrical-coordinate representation of color #7410BD: hue angle of 274.68º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7410BD is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 16 189 -
CMYK 0.39 0.92 0 0.26
HSL 274.68º 0.84% 0.4% -
HSV(B) 274.68º 0.92% 0.74% -
XYZ 16.57 7.76 48.77 -
YUV 65.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 116 16 189 0.39 0.92 0 0.26 274.68 0.84 0.4
Hex 74 10 BD 27 5C 0 1A 113 54 28
Octal 164 20 275 47 134 0 32 423 124 50
Binary 1110100 10000 10111101 100111 1011100 0 11010 100010011 1010100 101000

Color Harmonies of #7410BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410BD

Black with #7410BD

Text Example


Text Example

White with #7410BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7410BD; }

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

 H1.HeaderClassName
 {
   color: #7410BD;
 }
 .AnyTagClassName
 {
   color: #7410BD;
 }
</style>

background-color css

<style>
 a { background-color: #7410BD; }

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

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

border-color css

<style>
 span { border-color: #7410BD; }

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

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