Html Css Color HEX #763DBF Purple Heart

📋 copy color: '#763DBF'

red 118 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #763DBF

Tints of Purple Heart #763DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.49%

 BLUE value IS 191 (75% from 255) = 51.62%

R = 31.89%
G = 16.49%
B = 51.62%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#763DBF (or 0x763DBF) is known color: Purple Heart. HEX triplet: 76, 3D and BF. RGB value is (118,61,191). Sum of RGB (Red+Green+Blue) = 118+61+191=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #763DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DBF is #89C240. Grayscale: #5C5C5C. Windows color (decimal): -9028161 or 12533110. OLE color: 12533110.

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

Color convert

RGB 118 61 191 -
CMYK 0.38 0.68 0 0.25
HSL 266.31º 0.52% 0.49% -
HSV(B) 266.31º 0.68% 0.75% -
XYZ 18.54 10.95 50.43 -
YUV 92.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 118 61 191 0.38 0.68 0 0.25 266.31 0.52 0.49
Hex 76 3D BF 26 44 0 19 10A 34 31
Octal 166 75 277 46 104 0 31 412 64 61
Binary 1110110 111101 10111111 100110 1000100 0 11001 100001010 110100 110001

Color Harmonies of #763DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763DBF

Black with #763DBF

Text Example


Text Example

White with #763DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,191); }

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

background-color css

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

 a { background-color: rgb(118,61,191); }

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

border-color css

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

 span { border-color: rgb(118,61,191); }

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