Html Css Color HEX #7629BA Purple Heart

📋 copy color: '#7629BA'

red 118 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #7629BA

Tints of Purple Heart #7629BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 34.2%
G = 11.88%
B = 53.91%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7629BA (or 0x7629BA) is known color: Purple Heart. HEX triplet: 76, 29 and BA. RGB value is (118,41,186). Sum of RGB (Red+Green+Blue) = 118+41+186=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #7629BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629BA is #89D645. Grayscale: #505050. Windows color (decimal): -9033286 or 12200310. OLE color: 12200310.

HSL color Cylindrical-coordinate representation of color #7629BA: hue angle of 271.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7629BA is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 41 186 -
CMYK 0.37 0.78 0 0.27
HSL 271.86º 0.64% 0.45% -
HSV(B) 271.86º 0.78% 0.73% -
XYZ 17.13 8.98 47.29 -
YUV 80.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 118 41 186 0.37 0.78 0 0.27 271.86 0.64 0.45
Hex 76 29 BA 25 4E 0 1B 110 40 2D
Octal 166 51 272 45 116 0 33 420 100 55
Binary 1110110 101001 10111010 100101 1001110 0 11011 100010000 1000000 101101

Color Harmonies of #7629BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629BA

Black with #7629BA

Text Example


Text Example

White with #7629BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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