Html Css Color HEX #763BCF Purple Heart

📋 copy color: '#763BCF'

red 118 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #763BCF

Tints of Purple Heart #763BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 30.73%
G = 15.36%
B = 53.91%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#763BCF (or 0x763BCF) is known color: Purple Heart. HEX triplet: 76, 3B and CF. RGB value is (118,59,207). Sum of RGB (Red+Green+Blue) = 118+59+207=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #763BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BCF is #89C430. Grayscale: #5C5C5C. Windows color (decimal): -9028657 or 13581174. OLE color: 13581174.

HSL color Cylindrical-coordinate representation of color #763BCF: hue angle of 263.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763BCF is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 59 207 -
CMYK 0.43 0.71 0 0.19
HSL 263.92º 0.61% 0.52% -
HSV(B) 263.92º 0.71% 0.81% -
XYZ 20.3 11.48 60.18 -
YUV 93.51 192.05 145.47 -
System Red Green Blue C M Y K H S L
Decimal 118 59 207 0.43 0.71 0 0.19 263.92 0.61 0.52
Hex 76 3B CF 2B 47 0 13 108 3D 34
Octal 166 73 317 53 107 0 23 410 75 64
Binary 1110110 111011 11001111 101011 1000111 0 10011 100001000 111101 110100

Color Harmonies of #763BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BCF

Black with #763BCF

Text Example


Text Example

White with #763BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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