Html Css Color HEX #741EAF Purple Heart

📋 copy color: '#741EAF'

red 116 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #741EAF

Tints of Purple Heart #741EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.35%

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

R = 36.14%
G = 9.35%
B = 54.52%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#741EAF (or 0x741EAF) is known color: Purple Heart. HEX triplet: 74, 1E and AF. RGB value is (116,30,175). Sum of RGB (Red+Green+Blue) = 116+30+175=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #741EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741EAF is #8BE150. Grayscale: #474747. Windows color (decimal): -9167185 or 11476596. OLE color: 11476596.

HSL color Cylindrical-coordinate representation of color #741EAF: hue angle of 275.59º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741EAF is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 30 175 -
CMYK 0.34 0.83 0 0.31
HSL 275.59º 0.71% 0.4% -
HSV(B) 275.59º 0.83% 0.69% -
XYZ 15.4 7.74 41.24 -
YUV 72.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 116 30 175 0.34 0.83 0 0.31 275.59 0.71 0.4
Hex 74 1E AF 22 53 0 1F 114 47 28
Octal 164 36 257 42 123 0 37 424 107 50
Binary 1110100 11110 10101111 100010 1010011 0 11111 100010100 1000111 101000

Color Harmonies of #741EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741EAF

Black with #741EAF

Text Example


Text Example

White with #741EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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