Html Css Color HEX #763FBA Purple Heart

📋 copy color: '#763FBA'

red 118 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #763FBA

Tints of Purple Heart #763FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 32.15%
G = 17.17%
B = 50.68%

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

#763FBA (or 0x763FBA) is known color: Purple Heart. HEX triplet: 76, 3F and BA. RGB value is (118,63,186). Sum of RGB (Red+Green+Blue) = 118+63+186=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #763FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FBA is #89C045. Grayscale: #5D5D5D. Windows color (decimal): -9027654 or 12205942. OLE color: 12205942.

HSL color Cylindrical-coordinate representation of color #763FBA: hue angle of 266.83º degrees, saturation: 0.49, 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 #763FBA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 63 186 -
CMYK 0.37 0.66 0 0.27
HSL 266.83º 0.49% 0.49% -
HSV(B) 266.83º 0.66% 0.73% -
XYZ 18.11 10.95 47.61 -
YUV 93.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 118 63 186 0.37 0.66 0 0.27 266.83 0.49 0.49
Hex 76 3F BA 25 42 0 1B 10B 31 31
Octal 166 77 272 45 102 0 33 413 61 61
Binary 1110110 111111 10111010 100101 1000010 0 11011 100001011 110001 110001

Color Harmonies of #763FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FBA

Black with #763FBA

Text Example


Text Example

White with #763FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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