Html Css Color HEX #7343CE Purple Heart

📋 copy color: '#7343CE'

red 115 ◦ green 67 ◦ blue 206

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

Shades of Purple Heart #7343CE

Tints of Purple Heart #7343CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 29.64%
G = 17.27%
B = 53.09%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7343CE (or 0x7343CE) is known color: Purple Heart. HEX triplet: 73, 43 and CE. RGB value is (115,67,206). Sum of RGB (Red+Green+Blue) = 115+67+206=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #7343CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343CE is #8CBC31. Grayscale: #606060. Windows color (decimal): -9223218 or 13517683. OLE color: 13517683.

HSL color Cylindrical-coordinate representation of color #7343CE: hue angle of 260.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7343CE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 67 206 -
CMYK 0.44 0.67 0 0.19
HSL 260.72º 0.59% 0.54% -
HSV(B) 260.72º 0.67% 0.81% -
XYZ 20.22 12.12 59.67 -
YUV 97.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 115 67 206 0.44 0.67 0 0.19 260.72 0.59 0.54
Hex 73 43 CE 2C 43 0 13 105 3B 36
Octal 163 103 316 54 103 0 23 405 73 66
Binary 1110011 1000011 11001110 101100 1000011 0 10011 100000101 111011 110110

Color Harmonies of #7343CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343CE

Black with #7343CE

Text Example


Text Example

White with #7343CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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