Html Css Color HEX #763ABE Purple Heart

📋 copy color: '#763ABE'

red 118 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #763ABE

Tints of Purple Heart #763ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 32.24%
G = 15.85%
B = 51.91%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#763ABE (or 0x763ABE) is known color: Purple Heart. HEX triplet: 76, 3A and BE. RGB value is (118,58,190). Sum of RGB (Red+Green+Blue) = 118+58+190=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #763ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ABE is #89C541. Grayscale: #5A5A5A. Windows color (decimal): -9028930 or 12466806. OLE color: 12466806.

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

Color convert

RGB 118 58 190 -
CMYK 0.38 0.69 0 0.25
HSL 267.27º 0.53% 0.49% -
HSV(B) 267.27º 0.69% 0.75% -
XYZ 18.28 10.6 49.8 -
YUV 90.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 118 58 190 0.38 0.69 0 0.25 267.27 0.53 0.49
Hex 76 3A BE 26 45 0 19 10B 35 31
Octal 166 72 276 46 105 0 31 413 65 61
Binary 1110110 111010 10111110 100110 1000101 0 11001 100001011 110101 110001

Color Harmonies of #763ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763ABE

Black with #763ABE

Text Example


Text Example

White with #763ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,58,190); }

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

background-color css

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

 a { background-color: rgb(118,58,190); }

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

border-color css

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

 span { border-color: rgb(118,58,190); }

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