Html Css Color HEX #7631BC Purple Heart

📋 copy color: '#7631BC'

red 118 ◦ green 49 ◦ blue 188

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

Shades of Purple Heart #7631BC

Tints of Purple Heart #7631BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 33.24%
G = 13.8%
B = 52.96%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7631BC (or 0x7631BC) is known color: Purple Heart. HEX triplet: 76, 31 and BC. RGB value is (118,49,188). Sum of RGB (Red+Green+Blue) = 118+49+188=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #7631BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7631BC is #89CE43. Grayscale: #545454. Windows color (decimal): -9031236 or 12333430. OLE color: 12333430.

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

Color convert

RGB 118 49 188 -
CMYK 0.37 0.74 0 0.26
HSL 269.78º 0.59% 0.46% -
HSV(B) 269.78º 0.74% 0.74% -
XYZ 17.65 9.68 48.52 -
YUV 85.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 118 49 188 0.37 0.74 0 0.26 269.78 0.59 0.46
Hex 76 31 BC 25 4A 0 1A 10E 3B 2E
Octal 166 61 274 45 112 0 32 416 73 56
Binary 1110110 110001 10111100 100101 1001010 0 11010 100001110 111011 101110

Color Harmonies of #7631BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7631BC

Black with #7631BC

Text Example


Text Example

White with #7631BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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