Html Css Color HEX #7618BD Purple Heart

📋 copy color: '#7618BD'

red 118 ◦ green 24 ◦ blue 189

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

Shades of Purple Heart #7618BD

Tints of Purple Heart #7618BD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

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

R = 35.65%
G = 7.25%
B = 57.1%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7618BD (or 0x7618BD) is known color: Purple Heart. HEX triplet: 76, 18 and BD. RGB value is (118,24,189). Sum of RGB (Red+Green+Blue) = 118+24+189=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #7618BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7618BD is #89E742. Grayscale: #464646. Windows color (decimal): -9037635 or 12392566. OLE color: 12392566.

HSL color Cylindrical-coordinate representation of color #7618BD: hue angle of 274.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7618BD is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 24 189 -
CMYK 0.38 0.87 0 0.26
HSL 274.18º 0.77% 0.42% -
HSV(B) 274.18º 0.87% 0.74% -
XYZ 16.98 8.18 48.83 -
YUV 70.92 194.64 161.58 -
System Red Green Blue C M Y K H S L
Decimal 118 24 189 0.38 0.87 0 0.26 274.18 0.77 0.42
Hex 76 18 BD 26 57 0 1A 112 4D 2A
Octal 166 30 275 46 127 0 32 422 115 52
Binary 1110110 11000 10111101 100110 1010111 0 11010 100010010 1001101 101010

Color Harmonies of #7618BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618BD

Black with #7618BD

Text Example


Text Example

White with #7618BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,24,189); }

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

background-color css

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

 a { background-color: rgb(118,24,189); }

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

border-color css

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

 span { border-color: rgb(118,24,189); }

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