Html Css Color HEX #7625B3 Purple Heart

📋 copy color: '#7625B3'

red 118 ◦ green 37 ◦ blue 179

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

Shades of Purple Heart #7625B3

Tints of Purple Heart #7625B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 35.33%
G = 11.08%
B = 53.59%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7625B3 (or 0x7625B3) is known color: Purple Heart. HEX triplet: 76, 25 and B3. RGB value is (118,37,179). Sum of RGB (Red+Green+Blue) = 118+37+179=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #7625B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625B3 is #89DA4C. Grayscale: #4C4C4C. Windows color (decimal): -9034317 or 11740534. OLE color: 11740534.

HSL color Cylindrical-coordinate representation of color #7625B3: hue angle of 274.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7625B3 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 37 179 -
CMYK 0.34 0.79 0 0.30
HSL 274.23º 0.66% 0.42% -
HSV(B) 274.23º 0.79% 0.7% -
XYZ 16.27 8.43 43.42 -
YUV 77.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 118 37 179 0.34 0.79 0 0.30 274.23 0.66 0.42
Hex 76 25 B3 22 4F 0 1E 112 42 2A
Octal 166 45 263 42 117 0 36 422 102 52
Binary 1110110 100101 10110011 100010 1001111 0 11110 100010010 1000010 101010

Color Harmonies of #7625B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7625B3

Black with #7625B3

Text Example


Text Example

White with #7625B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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