Html Css Color HEX #763BD5 Purple Heart

📋 copy color: '#763BD5'

red 118 ◦ green 59 ◦ blue 213

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

Shades of Purple Heart #763BD5

Tints of Purple Heart #763BD5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.13%

 BLUE value IS 213 (83.59% from 255) = 54.62%

R = 30.26%
G = 15.13%
B = 54.62%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#763BD5 (or 0x763BD5) is known color: Purple Heart. HEX triplet: 76, 3B and D5. RGB value is (118,59,213). Sum of RGB (Red+Green+Blue) = 118+59+213=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #763BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BD5 is #89C42A. Grayscale: #5D5D5D. Windows color (decimal): -9028651 or 13974390. OLE color: 13974390.

HSL color Cylindrical-coordinate representation of color #763BD5: hue angle of 262.99º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763BD5 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 59 213 -
CMYK 0.45 0.72 0 0.16
HSL 262.99º 0.65% 0.53% -
HSV(B) 262.99º 0.72% 0.84% -
XYZ 21.05 11.78 64.12 -
YUV 94.2 195.05 144.98 -
System Red Green Blue C M Y K H S L
Decimal 118 59 213 0.45 0.72 0 0.16 262.99 0.65 0.53
Hex 76 3B D5 2D 48 0 10 107 41 35
Octal 166 73 325 55 110 0 20 407 101 65
Binary 1110110 111011 11010101 101101 1001000 0 10000 100000111 1000001 110101

Color Harmonies of #763BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BD5

Black with #763BD5

Text Example


Text Example

White with #763BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,59,213); }

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

background-color css

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

 a { background-color: rgb(118,59,213); }

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

border-color css

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

 span { border-color: rgb(118,59,213); }

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