Html Css Color HEX #7626BA Purple Heart

📋 copy color: '#7626BA'

red 118 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #7626BA

Tints of Purple Heart #7626BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 34.5%
G = 11.11%
B = 54.39%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7626BA (or 0x7626BA) is known color: Purple Heart. HEX triplet: 76, 26 and BA. RGB value is (118,38,186). Sum of RGB (Red+Green+Blue) = 118+38+186=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #7626BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7626BA is #89D945. Grayscale: #4E4E4E. Windows color (decimal): -9034054 or 12199542. OLE color: 12199542.

HSL color Cylindrical-coordinate representation of color #7626BA: hue angle of 272.43º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7626BA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 38 186 -
CMYK 0.37 0.80 0 0.27
HSL 272.43º 0.66% 0.44% -
HSV(B) 272.43º 0.8% 0.73% -
XYZ 17.03 8.78 47.25 -
YUV 78.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 118 38 186 0.37 0.80 0 0.27 272.43 0.66 0.44
Hex 76 26 BA 25 50 0 1B 110 42 2C
Octal 166 46 272 45 120 0 33 420 102 54
Binary 1110110 100110 10111010 100101 1010000 0 11011 100010000 1000010 101100

Color Harmonies of #7626BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7626BA

Black with #7626BA

Text Example


Text Example

White with #7626BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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