Html Css Color HEX #7541BF Purple Heart

📋 copy color: '#7541BF'

red 117 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7541BF

Tints of Purple Heart #7541BF

RGB

 RED value IS 117 (46.09% from 255) = 31.37%

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 191 (75% from 255) = 51.21%

R = 31.37%
G = 17.43%
B = 51.21%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7541BF (or 0x7541BF) is known color: Purple Heart. HEX triplet: 75, 41 and BF. RGB value is (117,65,191). Sum of RGB (Red+Green+Blue) = 117+65+191=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #7541BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541BF is #8ABE40. Grayscale: #5E5E5E. Windows color (decimal): -9092673 or 12534133. OLE color: 12534133.

HSL color Cylindrical-coordinate representation of color #7541BF: hue angle of 264.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7541BF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 65 191 -
CMYK 0.39 0.66 0 0.25
HSL 264.76º 0.5% 0.5% -
HSV(B) 264.76º 0.66% 0.75% -
XYZ 18.63 11.32 50.49 -
YUV 94.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 117 65 191 0.39 0.66 0 0.25 264.76 0.5 0.5
Hex 75 41 BF 27 42 0 19 109 32 32
Octal 165 101 277 47 102 0 31 411 62 62
Binary 1110101 1000001 10111111 100111 1000010 0 11001 100001001 110010 110010

Color Harmonies of #7541BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541BF

Black with #7541BF

Text Example


Text Example

White with #7541BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7541BF; }

 p { color: rgb(117,65,191); }

 H1.HeaderClassName
 {
   color: #7541BF;
 }
 .AnyTagClassName
 {
   color: #7541BF;
 }
</style>

background-color css

<style>
 a { background-color: #7541BF; }

 a { background-color: rgb(117,65,191); }

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

border-color css

<style>
 span { border-color: #7541BF; }

 span { border-color: rgb(117,65,191); }

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