Html Css Color HEX #740BAF Purple Heart

📋 copy color: '#740BAF'

red 116 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #740BAF

Tints of Purple Heart #740BAF

RGB

 RED value IS 116 (45.7% from 255) = 38.41%

 GREEN value IS 11 (4.69% from 255) = 3.64%

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

R = 38.41%
G = 3.64%
B = 57.95%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#740BAF (or 0x740BAF) is known color: Purple Heart. HEX triplet: 74, 0B and AF. RGB value is (116,11,175). Sum of RGB (Red+Green+Blue) = 116+11+175=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #740BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BAF is #8BF450. Grayscale: #3C3C3C. Windows color (decimal): -9172049 or 11471732. OLE color: 11471732.

HSL color Cylindrical-coordinate representation of color #740BAF: hue angle of 278.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740BAF is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 11 175 -
CMYK 0.34 0.94 0 0.31
HSL 278.41º 0.88% 0.36% -
HSV(B) 278.41º 0.94% 0.69% -
XYZ 15.06 7.05 41.12 -
YUV 61.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 116 11 175 0.34 0.94 0 0.31 278.41 0.88 0.36
Hex 74 B AF 22 5E 0 1F 116 58 24
Octal 164 13 257 42 136 0 37 426 130 44
Binary 1110100 1011 10101111 100010 1011110 0 11111 100010110 1011000 100100

Color Harmonies of #740BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BAF

Black with #740BAF

Text Example


Text Example

White with #740BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740BAF; }

 p { color: rgb(116,11,175); }

 H1.HeaderClassName
 {
   color: #740BAF;
 }
 .AnyTagClassName
 {
   color: #740BAF;
 }
</style>

background-color css

<style>
 a { background-color: #740BAF; }

 a { background-color: rgb(116,11,175); }

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

border-color css

<style>
 span { border-color: #740BAF; }

 span { border-color: rgb(116,11,175); }

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