Html Css Color HEX #7642BC Purple Heart

📋 copy color: '#7642BC'

red 118 ◦ green 66 ◦ blue 188

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

Shades of Purple Heart #7642BC

Tints of Purple Heart #7642BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

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

R = 31.72%
G = 17.74%
B = 50.54%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7642BC (or 0x7642BC) is known color: Purple Heart. HEX triplet: 76, 42 and BC. RGB value is (118,66,188). Sum of RGB (Red+Green+Blue) = 118+66+188=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #7642BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7642BC is #89BD43. Grayscale: #5F5F5F. Windows color (decimal): -9026884 or 12337782. OLE color: 12337782.

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

Color convert

RGB 118 66 188 -
CMYK 0.37 0.65 0 0.26
HSL 265.57º 0.48% 0.5% -
HSV(B) 265.57º 0.65% 0.74% -
XYZ 18.5 11.38 48.8 -
YUV 95.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 118 66 188 0.37 0.65 0 0.26 265.57 0.48 0.5
Hex 76 42 BC 25 41 0 1A 10A 30 32
Octal 166 102 274 45 101 0 32 412 60 62
Binary 1110110 1000010 10111100 100101 1000001 0 11010 100001010 110000 110010

Color Harmonies of #7642BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7642BC

Black with #7642BC

Text Example


Text Example

White with #7642BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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