Html Css Color HEX #7241BF Purple Heart

📋 copy color: '#7241BF'

red 114 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7241BF

Tints of Purple Heart #7241BF

RGB

 RED value IS 114 (44.92% from 255) = 30.81%

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

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

R = 30.81%
G = 17.57%
B = 51.62%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7241BF (or 0x7241BF) is known color: Purple Heart. HEX triplet: 72, 41 and BF. RGB value is (114,65,191). Sum of RGB (Red+Green+Blue) = 114+65+191=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #7241BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7241BF is #8DBE40. Grayscale: #5D5D5D. Windows color (decimal): -9289281 or 12534130. OLE color: 12534130.

HSL color Cylindrical-coordinate representation of color #7241BF: hue angle of 263.33º 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 #7241BF is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 65 191 -
CMYK 0.40 0.66 0 0.25
HSL 263.33º 0.5% 0.5% -
HSV(B) 263.33º 0.66% 0.75% -
XYZ 18.23 11.12 50.48 -
YUV 94.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 114 65 191 0.40 0.66 0 0.25 263.33 0.5 0.5
Hex 72 41 BF 28 42 0 19 107 32 32
Octal 162 101 277 50 102 0 31 407 62 62
Binary 1110010 1000001 10111111 101000 1000010 0 11001 100000111 110010 110010

Color Harmonies of #7241BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241BF

Black with #7241BF

Text Example


Text Example

White with #7241BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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