Html Css Color HEX #7342BF Purple Heart

📋 copy color: '#7342BF'

red 115 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #7342BF

Tints of Purple Heart #7342BF

RGB

 RED value IS 115 (45.31% from 255) = 30.91%

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

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

R = 30.91%
G = 17.74%
B = 51.34%

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

#7342BF (or 0x7342BF) is known color: Purple Heart. HEX triplet: 73, 42 and BF. RGB value is (115,66,191). Sum of RGB (Red+Green+Blue) = 115+66+191=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #7342BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7342BF is #8CBD40. Grayscale: #5E5E5E. Windows color (decimal): -9223489 or 12534387. OLE color: 12534387.

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

Color convert

RGB 115 66 191 -
CMYK 0.40 0.65 0 0.25
HSL 263.52º 0.49% 0.5% -
HSV(B) 263.52º 0.65% 0.75% -
XYZ 18.42 11.3 50.5 -
YUV 94.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 115 66 191 0.40 0.65 0 0.25 263.52 0.49 0.5
Hex 73 42 BF 28 41 0 19 108 31 32
Octal 163 102 277 50 101 0 31 410 61 62
Binary 1110011 1000010 10111111 101000 1000001 0 11001 100001000 110001 110010

Color Harmonies of #7342BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7342BF

Black with #7342BF

Text Example


Text Example

White with #7342BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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