Html Css Color HEX #7343BC Purple Heart

📋 copy color: '#7343BC'

red 115 ◦ green 67 ◦ blue 188

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

Shades of Purple Heart #7343BC

Tints of Purple Heart #7343BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 31.08%
G = 18.11%
B = 50.81%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7343BC (or 0x7343BC) is known color: Purple Heart. HEX triplet: 73, 43 and BC. RGB value is (115,67,188). Sum of RGB (Red+Green+Blue) = 115+67+188=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7343BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343BC is #8CBC43. Grayscale: #5E5E5E. Windows color (decimal): -9223236 or 12338035. OLE color: 12338035.

HSL color Cylindrical-coordinate representation of color #7343BC: hue angle of 263.8º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7343BC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 67 188 -
CMYK 0.39 0.64 0 0.26
HSL 263.8º 0.47% 0.5% -
HSV(B) 263.8º 0.64% 0.74% -
XYZ 18.15 11.29 48.8 -
YUV 95.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 115 67 188 0.39 0.64 0 0.26 263.8 0.47 0.5
Hex 73 43 BC 27 40 0 1A 108 2F 32
Octal 163 103 274 47 100 0 32 410 57 62
Binary 1110011 1000011 10111100 100111 1000000 0 11010 100001000 101111 110010

Color Harmonies of #7343BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343BC

Black with #7343BC

Text Example


Text Example

White with #7343BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7343BC; }

 p { color: rgb(115,67,188); }

 H1.HeaderClassName
 {
   color: #7343BC;
 }
 .AnyTagClassName
 {
   color: #7343BC;
 }
</style>

background-color css

<style>
 a { background-color: #7343BC; }

 a { background-color: rgb(115,67,188); }

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

border-color css

<style>
 span { border-color: #7343BC; }

 span { border-color: rgb(115,67,188); }

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