Html Css Color HEX #7629BF Purple Heart

📋 copy color: '#7629BF'

red 118 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7629BF

Tints of Purple Heart #7629BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

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

R = 33.71%
G = 11.71%
B = 54.57%

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

#7629BF (or 0x7629BF) is known color: Purple Heart. HEX triplet: 76, 29 and BF. RGB value is (118,41,191). Sum of RGB (Red+Green+Blue) = 118+41+191=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #7629BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629BF is #89D640. Grayscale: #505050. Windows color (decimal): -9033281 or 12527990. OLE color: 12527990.

HSL color Cylindrical-coordinate representation of color #7629BF: hue angle of 270.8º 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 #7629BF is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 41 191 -
CMYK 0.38 0.79 0 0.25
HSL 270.8º 0.65% 0.45% -
HSV(B) 270.8º 0.79% 0.75% -
XYZ 17.67 9.2 50.13 -
YUV 81.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 118 41 191 0.38 0.79 0 0.25 270.8 0.65 0.45
Hex 76 29 BF 26 4F 0 19 10F 41 2D
Octal 166 51 277 46 117 0 31 417 101 55
Binary 1110110 101001 10111111 100110 1001111 0 11001 100001111 1000001 101101

Color Harmonies of #7629BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629BF

Black with #7629BF

Text Example


Text Example

White with #7629BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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