Html Css Color HEX #760FAF Purple Heart

📋 copy color: '#760FAF'

red 118 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #760FAF

Tints of Purple Heart #760FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

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

R = 38.31%
G = 4.87%
B = 56.82%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#760FAF (or 0x760FAF) is known color: Purple Heart. HEX triplet: 76, 0F and AF. RGB value is (118,15,175). Sum of RGB (Red+Green+Blue) = 118+15+175=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #760FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAF is #89F050. Grayscale: #3F3F3F. Windows color (decimal): -9039953 or 11472758. OLE color: 11472758.

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

Color convert

RGB 118 15 175 -
CMYK 0.33 0.91 0 0.31
HSL 278.63º 0.84% 0.37% -
HSV(B) 278.63º 0.91% 0.69% -
XYZ 15.38 7.29 41.15 -
YUV 64.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 118 15 175 0.33 0.91 0 0.31 278.63 0.84 0.37
Hex 76 F AF 21 5B 0 1F 117 54 25
Octal 166 17 257 41 133 0 37 427 124 45
Binary 1110110 1111 10101111 100001 1011011 0 11111 100010111 1010100 100101

Color Harmonies of #760FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FAF

Black with #760FAF

Text Example


Text Example

White with #760FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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