Html Css Color HEX #760DBA Purple Heart

📋 copy color: '#760DBA'

red 118 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #760DBA

Tints of Purple Heart #760DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.1%

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 37.22%
G = 4.1%
B = 58.68%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#760DBA (or 0x760DBA) is known color: Purple Heart. HEX triplet: 76, 0D and BA. RGB value is (118,13,186). Sum of RGB (Red+Green+Blue) = 118+13+186=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #760DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DBA is #89F245. Grayscale: #3F3F3F. Windows color (decimal): -9040454 or 12193142. OLE color: 12193142.

HSL color Cylindrical-coordinate representation of color #760DBA: hue angle of 276.42º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DBA is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 13 186 -
CMYK 0.37 0.93 0 0.27
HSL 276.42º 0.87% 0.39% -
HSV(B) 276.42º 0.93% 0.73% -
XYZ 16.48 7.68 47.07 -
YUV 64.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 118 13 186 0.37 0.93 0 0.27 276.42 0.87 0.39
Hex 76 D BA 25 5D 0 1B 114 57 27
Octal 166 15 272 45 135 0 33 424 127 47
Binary 1110110 1101 10111010 100101 1011101 0 11011 100010100 1010111 100111

Color Harmonies of #760DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DBA

Black with #760DBA

Text Example


Text Example

White with #760DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760DBA; }

 p { color: rgb(118,13,186); }

 H1.HeaderClassName
 {
   color: #760DBA;
 }
 .AnyTagClassName
 {
   color: #760DBA;
 }
</style>

background-color css

<style>
 a { background-color: #760DBA; }

 a { background-color: rgb(118,13,186); }

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

border-color css

<style>
 span { border-color: #760DBA; }

 span { border-color: rgb(118,13,186); }

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