Html Css Color HEX #7242BF Purple Heart

📋 copy color: '#7242BF'

red 114 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #7242BF

Tints of Purple Heart #7242BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 30.73%
G = 17.79%
B = 51.48%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7242BF (or 0x7242BF) is known color: Purple Heart. HEX triplet: 72, 42 and BF. RGB value is (114,66,191). Sum of RGB (Red+Green+Blue) = 114+66+191=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #7242BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7242BF is #8DBD40. Grayscale: #5E5E5E. Windows color (decimal): -9289025 or 12534386. OLE color: 12534386.

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

Color convert

RGB 114 66 191 -
CMYK 0.40 0.65 0 0.25
HSL 263.04º 0.49% 0.5% -
HSV(B) 263.04º 0.65% 0.75% -
XYZ 18.29 11.24 50.49 -
YUV 94.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 114 66 191 0.40 0.65 0 0.25 263.04 0.49 0.5
Hex 72 42 BF 28 41 0 19 107 31 32
Octal 162 102 277 50 101 0 31 407 61 62
Binary 1110010 1000010 10111111 101000 1000001 0 11001 100000111 110001 110010

Color Harmonies of #7242BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7242BF

Black with #7242BF

Text Example


Text Example

White with #7242BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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