Html Css Color HEX #763BC1 Purple Heart

📋 copy color: '#763BC1'

red 118 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #763BC1

Tints of Purple Heart #763BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 31.89%
G = 15.95%
B = 52.16%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#763BC1 (or 0x763BC1) is known color: Purple Heart. HEX triplet: 76, 3B and C1. RGB value is (118,59,193). Sum of RGB (Red+Green+Blue) = 118+59+193=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #763BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BC1 is #89C43E. Grayscale: #5B5B5B. Windows color (decimal): -9028671 or 12663670. OLE color: 12663670.

HSL color Cylindrical-coordinate representation of color #763BC1: hue angle of 266.42º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763BC1 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 59 193 -
CMYK 0.39 0.69 0 0.24
HSL 266.42º 0.53% 0.49% -
HSV(B) 266.42º 0.69% 0.76% -
XYZ 18.66 10.83 51.56 -
YUV 91.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 118 59 193 0.39 0.69 0 0.24 266.42 0.53 0.49
Hex 76 3B C1 27 45 0 18 10A 35 31
Octal 166 73 301 47 105 0 30 412 65 61
Binary 1110110 111011 11000001 100111 1000101 0 11000 100001010 110101 110001

Color Harmonies of #763BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BC1

Black with #763BC1

Text Example


Text Example

White with #763BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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