Html Css Color HEX #762FBC Purple Heart

📋 copy color: '#762FBC'

red 118 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #762FBC

Tints of Purple Heart #762FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.31%

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

R = 33.43%
G = 13.31%
B = 53.26%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#762FBC (or 0x762FBC) is known color: Purple Heart. HEX triplet: 76, 2F and BC. RGB value is (118,47,188). Sum of RGB (Red+Green+Blue) = 118+47+188=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #762FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FBC is #89D043. Grayscale: #535353. Windows color (decimal): -9031748 or 12332918. OLE color: 12332918.

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

Color convert

RGB 118 47 188 -
CMYK 0.37 0.75 0 0.26
HSL 270.21º 0.6% 0.46% -
HSV(B) 270.21º 0.75% 0.74% -
XYZ 17.56 9.52 48.49 -
YUV 84.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 118 47 188 0.37 0.75 0 0.26 270.21 0.6 0.46
Hex 76 2F BC 25 4B 0 1A 10E 3C 2E
Octal 166 57 274 45 113 0 32 416 74 56
Binary 1110110 101111 10111100 100101 1001011 0 11010 100001110 111100 101110

Color Harmonies of #762FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FBC

Black with #762FBC

Text Example


Text Example

White with #762FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762FBC; }

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

 H1.HeaderClassName
 {
   color: #762FBC;
 }
 .AnyTagClassName
 {
   color: #762FBC;
 }
</style>

background-color css

<style>
 a { background-color: #762FBC; }

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

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

border-color css

<style>
 span { border-color: #762FBC; }

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

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