Html Css Color HEX #7625BC Purple Heart

📋 copy color: '#7625BC'

red 118 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #7625BC

Tints of Purple Heart #7625BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 34.4%
G = 10.79%
B = 54.81%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7625BC (or 0x7625BC) is known color: Purple Heart. HEX triplet: 76, 25 and BC. RGB value is (118,37,188). Sum of RGB (Red+Green+Blue) = 118+37+188=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #7625BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625BC is #89DA43. Grayscale: #4D4D4D. Windows color (decimal): -9034308 or 12330358. OLE color: 12330358.

HSL color Cylindrical-coordinate representation of color #7625BC: hue angle of 272.19º 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 #7625BC is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 37 188 -
CMYK 0.37 0.80 0 0.26
HSL 272.19º 0.67% 0.44% -
HSV(B) 272.19º 0.8% 0.74% -
XYZ 17.21 8.81 48.37 -
YUV 78.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 118 37 188 0.37 0.80 0 0.26 272.19 0.67 0.44
Hex 76 25 BC 25 50 0 1A 110 43 2C
Octal 166 45 274 45 120 0 32 420 103 54
Binary 1110110 100101 10111100 100101 1010000 0 11010 100010000 1000011 101100

Color Harmonies of #7625BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7625BC

Black with #7625BC

Text Example


Text Example

White with #7625BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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