Html Css Color HEX #761FAF Purple Heart

📋 copy color: '#761FAF'

red 118 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #761FAF

Tints of Purple Heart #761FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.57%

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

R = 36.42%
G = 9.57%
B = 54.01%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#761FAF (or 0x761FAF) is known color: Purple Heart. HEX triplet: 76, 1F and AF. RGB value is (118,31,175). Sum of RGB (Red+Green+Blue) = 118+31+175=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #761FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761FAF is #89E050. Grayscale: #484848. Windows color (decimal): -9035857 or 11476854. OLE color: 11476854.

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

Color convert

RGB 118 31 175 -
CMYK 0.33 0.82 0 0.31
HSL 276.25º 0.7% 0.4% -
HSV(B) 276.25º 0.82% 0.69% -
XYZ 15.7 7.93 41.26 -
YUV 73.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 118 31 175 0.33 0.82 0 0.31 276.25 0.7 0.4
Hex 76 1F AF 21 52 0 1F 114 46 28
Octal 166 37 257 41 122 0 37 424 106 50
Binary 1110110 11111 10101111 100001 1010010 0 11111 100010100 1000110 101000

Color Harmonies of #761FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FAF

Black with #761FAF

Text Example


Text Example

White with #761FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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