Html Css Color HEX #761ABC Purple Heart

📋 copy color: '#761ABC'

red 118 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #761ABC

Tints of Purple Heart #761ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.83%

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

R = 35.54%
G = 7.83%
B = 56.63%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#761ABC (or 0x761ABC) is known color: Purple Heart. HEX triplet: 76, 1A and BC. RGB value is (118,26,188). Sum of RGB (Red+Green+Blue) = 118+26+188=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #761ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ABC is #89E543. Grayscale: #474747. Windows color (decimal): -9037124 or 12327542. OLE color: 12327542.

HSL color Cylindrical-coordinate representation of color #761ABC: hue angle of 274.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761ABC is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 26 188 -
CMYK 0.37 0.86 0 0.26
HSL 274.07º 0.76% 0.42% -
HSV(B) 274.07º 0.86% 0.74% -
XYZ 16.92 8.22 48.27 -
YUV 71.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 118 26 188 0.37 0.86 0 0.26 274.07 0.76 0.42
Hex 76 1A BC 25 56 0 1A 112 4C 2A
Octal 166 32 274 45 126 0 32 422 114 52
Binary 1110110 11010 10111100 100101 1010110 0 11010 100010010 1001100 101010

Color Harmonies of #761ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761ABC

Black with #761ABC

Text Example


Text Example

White with #761ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761ABC; }

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

 H1.HeaderClassName
 {
   color: #761ABC;
 }
 .AnyTagClassName
 {
   color: #761ABC;
 }
</style>

background-color css

<style>
 a { background-color: #761ABC; }

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

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

border-color css

<style>
 span { border-color: #761ABC; }

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

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