Html Css Color HEX #7628BC Purple Heart

📋 copy color: '#7628BC'

red 118 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #7628BC

Tints of Purple Heart #7628BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

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

R = 34.1%
G = 11.56%
B = 54.34%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7628BC (or 0x7628BC) is known color: Purple Heart. HEX triplet: 76, 28 and BC. RGB value is (118,40,188). Sum of RGB (Red+Green+Blue) = 118+40+188=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #7628BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7628BC is #89D743. Grayscale: #4F4F4F. Windows color (decimal): -9033540 or 12331126. OLE color: 12331126.

HSL color Cylindrical-coordinate representation of color #7628BC: hue angle of 271.62º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7628BC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 40 188 -
CMYK 0.37 0.79 0 0.26
HSL 271.62º 0.65% 0.45% -
HSV(B) 271.62º 0.79% 0.74% -
XYZ 17.31 9 48.4 -
YUV 80.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 118 40 188 0.37 0.79 0 0.26 271.62 0.65 0.45
Hex 76 28 BC 25 4F 0 1A 110 41 2D
Octal 166 50 274 45 117 0 32 420 101 55
Binary 1110110 101000 10111100 100101 1001111 0 11010 100010000 1000001 101101

Color Harmonies of #7628BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7628BC

Black with #7628BC

Text Example


Text Example

White with #7628BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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