Html Css Color HEX #763FBB Purple Heart

📋 copy color: '#763FBB'

red 118 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #763FBB

Tints of Purple Heart #763FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 32.07%
G = 17.12%
B = 50.82%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#763FBB (or 0x763FBB) is known color: Purple Heart. HEX triplet: 76, 3F and BB. RGB value is (118,63,187). Sum of RGB (Red+Green+Blue) = 118+63+187=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #763FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FBB is #89C044. Grayscale: #5D5D5D. Windows color (decimal): -9027653 or 12271478. OLE color: 12271478.

HSL color Cylindrical-coordinate representation of color #763FBB: hue angle of 266.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763FBB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 63 187 -
CMYK 0.37 0.66 0 0.27
HSL 266.61º 0.5% 0.49% -
HSV(B) 266.61º 0.66% 0.73% -
XYZ 18.22 10.99 48.18 -
YUV 93.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 118 63 187 0.37 0.66 0 0.27 266.61 0.5 0.49
Hex 76 3F BB 25 42 0 1B 10B 32 31
Octal 166 77 273 45 102 0 33 413 62 61
Binary 1110110 111111 10111011 100101 1000010 0 11011 100001011 110010 110001

Color Harmonies of #763FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FBB

Black with #763FBB

Text Example


Text Example

White with #763FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763FBB; }

 p { color: rgb(118,63,187); }

 H1.HeaderClassName
 {
   color: #763FBB;
 }
 .AnyTagClassName
 {
   color: #763FBB;
 }
</style>

background-color css

<style>
 a { background-color: #763FBB; }

 a { background-color: rgb(118,63,187); }

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

border-color css

<style>
 span { border-color: #763FBB; }

 span { border-color: rgb(118,63,187); }

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