Html Css Color HEX #763BCA Purple Heart

📋 copy color: '#763BCA'

red 118 ◦ green 59 ◦ blue 202

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

Shades of Purple Heart #763BCA

Tints of Purple Heart #763BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 31.13%
G = 15.57%
B = 53.3%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#763BCA (or 0x763BCA) is known color: Purple Heart. HEX triplet: 76, 3B and CA. RGB value is (118,59,202). Sum of RGB (Red+Green+Blue) = 118+59+202=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #763BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BCA is #89C435. Grayscale: #5C5C5C. Windows color (decimal): -9028662 or 13253494. OLE color: 13253494.

HSL color Cylindrical-coordinate representation of color #763BCA: hue angle of 264.76º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763BCA is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 59 202 -
CMYK 0.42 0.71 0 0.21
HSL 264.76º 0.57% 0.51% -
HSV(B) 264.76º 0.71% 0.79% -
XYZ 19.7 11.24 57.01 -
YUV 92.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 118 59 202 0.42 0.71 0 0.21 264.76 0.57 0.51
Hex 76 3B CA 2A 47 0 15 109 39 33
Octal 166 73 312 52 107 0 25 411 71 63
Binary 1110110 111011 11001010 101010 1000111 0 10101 100001001 111001 110011

Color Harmonies of #763BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BCA

Black with #763BCA

Text Example


Text Example

White with #763BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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