Html Css Color HEX #7726BC Purple Heart

📋 copy color: '#7726BC'

red 119 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #7726BC

Tints of Purple Heart #7726BC

RGB

 RED value IS 119 (46.88% from 255) = 34.49%

 GREEN value IS 38 (15.23% from 255) = 11.01%

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

R = 34.49%
G = 11.01%
B = 54.49%

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

#7726BC (or 0x7726BC) is known color: Purple Heart. HEX triplet: 77, 26 and BC. RGB value is (119,38,188). Sum of RGB (Red+Green+Blue) = 119+38+188=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #7726BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7726BC is #88D943. Grayscale: #4E4E4E. Windows color (decimal): -8968516 or 12330615. OLE color: 12330615.

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

Color convert

RGB 119 38 188 -
CMYK 0.37 0.80 0 0.26
HSL 272.4º 0.66% 0.44% -
HSV(B) 272.4º 0.8% 0.74% -
XYZ 17.38 8.94 48.39 -
YUV 79.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 119 38 188 0.37 0.80 0 0.26 272.4 0.66 0.44
Hex 77 26 BC 25 50 0 1A 110 42 2C
Octal 167 46 274 45 120 0 32 420 102 54
Binary 1110111 100110 10111100 100101 1010000 0 11010 100010000 1000010 101100

Color Harmonies of #7726BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7726BC

Black with #7726BC

Text Example


Text Example

White with #7726BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,38,188); }

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

background-color css

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

 a { background-color: rgb(119,38,188); }

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

border-color css

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

 span { border-color: rgb(119,38,188); }

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