Html Css Color HEX #7628BF Purple Heart

📋 copy color: '#7628BF'

red 118 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #7628BF

Tints of Purple Heart #7628BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

 BLUE value IS 191 (75% from 255) = 54.73%

R = 33.81%
G = 11.46%
B = 54.73%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7628BF (or 0x7628BF) is known color: Purple Heart. HEX triplet: 76, 28 and BF. RGB value is (118,40,191). Sum of RGB (Red+Green+Blue) = 118+40+191=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #7628BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7628BF is #89D740. Grayscale: #505050. Windows color (decimal): -9033537 or 12527734. OLE color: 12527734.

HSL color Cylindrical-coordinate representation of color #7628BF: hue angle of 270.99º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7628BF is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 40 191 -
CMYK 0.38 0.79 0 0.25
HSL 270.99º 0.65% 0.45% -
HSV(B) 270.99º 0.79% 0.75% -
XYZ 17.63 9.13 50.12 -
YUV 80.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 118 40 191 0.38 0.79 0 0.25 270.99 0.65 0.45
Hex 76 28 BF 26 4F 0 19 10F 41 2D
Octal 166 50 277 46 117 0 31 417 101 55
Binary 1110110 101000 10111111 100110 1001111 0 11001 100001111 1000001 101101

Color Harmonies of #7628BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7628BF

Black with #7628BF

Text Example


Text Example

White with #7628BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7628BF; }

 p { color: rgb(118,40,191); }

 H1.HeaderClassName
 {
   color: #7628BF;
 }
 .AnyTagClassName
 {
   color: #7628BF;
 }
</style>

background-color css

<style>
 a { background-color: #7628BF; }

 a { background-color: rgb(118,40,191); }

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

border-color css

<style>
 span { border-color: #7628BF; }

 span { border-color: rgb(118,40,191); }

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