Html Css Color HEX #7625BD Purple Heart

📋 copy color: '#7625BD'

red 118 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #7625BD

Tints of Purple Heart #7625BD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.76%

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

R = 34.3%
G = 10.76%
B = 54.94%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7625BD (or 0x7625BD) is known color: Purple Heart. HEX triplet: 76, 25 and BD. RGB value is (118,37,189). Sum of RGB (Red+Green+Blue) = 118+37+189=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #7625BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625BD is #89DA42. Grayscale: #4E4E4E. Windows color (decimal): -9034307 or 12395894. OLE color: 12395894.

HSL color Cylindrical-coordinate representation of color #7625BD: hue angle of 271.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7625BD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 37 189 -
CMYK 0.38 0.80 0 0.26
HSL 271.97º 0.67% 0.44% -
HSV(B) 271.97º 0.8% 0.74% -
XYZ 17.32 8.85 48.94 -
YUV 78.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 118 37 189 0.38 0.80 0 0.26 271.97 0.67 0.44
Hex 76 25 BD 26 50 0 1A 110 43 2C
Octal 166 45 275 46 120 0 32 420 103 54
Binary 1110110 100101 10111101 100110 1010000 0 11010 100010000 1000011 101100

Color Harmonies of #7625BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7625BD

Black with #7625BD

Text Example


Text Example

White with #7625BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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