Html Css Color HEX #760EAF Purple Heart

📋 copy color: '#760EAF'

red 118 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #760EAF

Tints of Purple Heart #760EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.56%

 BLUE value IS 175 (68.75% from 255) = 57%

R = 38.44%
G = 4.56%
B = 57%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#760EAF (or 0x760EAF) is known color: Purple Heart. HEX triplet: 76, 0E and AF. RGB value is (118,14,175). Sum of RGB (Red+Green+Blue) = 118+14+175=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #760EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760EAF is #89F150. Grayscale: #3E3E3E. Windows color (decimal): -9040209 or 11472502. OLE color: 11472502.

HSL color Cylindrical-coordinate representation of color #760EAF: hue angle of 278.76º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760EAF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 14 175 -
CMYK 0.33 0.92 0 0.31
HSL 278.76º 0.85% 0.37% -
HSV(B) 278.76º 0.92% 0.69% -
XYZ 15.37 7.26 41.15 -
YUV 63.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 118 14 175 0.33 0.92 0 0.31 278.76 0.85 0.37
Hex 76 E AF 21 5C 0 1F 117 55 25
Octal 166 16 257 41 134 0 37 427 125 45
Binary 1110110 1110 10101111 100001 1011100 0 11111 100010111 1010101 100101

Color Harmonies of #760EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EAF

Black with #760EAF

Text Example


Text Example

White with #760EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,14,175); }

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

background-color css

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

 a { background-color: rgb(118,14,175); }

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

border-color css

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

 span { border-color: rgb(118,14,175); }

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