Html Css Color HEX #7614B6 Purple Heart

📋 copy color: '#7614B6'

red 118 ◦ green 20 ◦ blue 182

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

Shades of Purple Heart #7614B6

Tints of Purple Heart #7614B6

RGB

 RED value IS 118 (46.48% from 255) = 36.88%

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 182 (71.48% from 255) = 56.88%

R = 36.88%
G = 6.25%
B = 56.88%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7614B6 (or 0x7614B6) is known color: Purple Heart. HEX triplet: 76, 14 and B6. RGB value is (118,20,182). Sum of RGB (Red+Green+Blue) = 118+20+182=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #7614B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614B6 is #89EB49. Grayscale: #434343. Windows color (decimal): -9038666 or 11932790. OLE color: 11932790.

HSL color Cylindrical-coordinate representation of color #7614B6: hue angle of 276.3º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7614B6 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 20 182 -
CMYK 0.35 0.89 0 0.29
HSL 276.3º 0.8% 0.4% -
HSV(B) 276.3º 0.89% 0.71% -
XYZ 16.16 7.73 44.9 -
YUV 67.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 118 20 182 0.35 0.89 0 0.29 276.3 0.8 0.4
Hex 76 14 B6 23 59 0 1D 114 50 28
Octal 166 24 266 43 131 0 35 424 120 50
Binary 1110110 10100 10110110 100011 1011001 0 11101 100010100 1010000 101000

Color Harmonies of #7614B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7614B6

Black with #7614B6

Text Example


Text Example

White with #7614B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7614B6; }

 p { color: rgb(118,20,182); }

 H1.HeaderClassName
 {
   color: #7614B6;
 }
 .AnyTagClassName
 {
   color: #7614B6;
 }
</style>

background-color css

<style>
 a { background-color: #7614B6; }

 a { background-color: rgb(118,20,182); }

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

border-color css

<style>
 span { border-color: #7614B6; }

 span { border-color: rgb(118,20,182); }

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