Html Css Color HEX #7343CA Purple Heart

📋 copy color: '#7343CA'

red 115 ◦ green 67 ◦ blue 202

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

Shades of Purple Heart #7343CA

Tints of Purple Heart #7343CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 29.95%
G = 17.45%
B = 52.6%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7343CA (or 0x7343CA) is known color: Purple Heart. HEX triplet: 73, 43 and CA. RGB value is (115,67,202). Sum of RGB (Red+Green+Blue) = 115+67+202=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #7343CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343CA is #8CBC35. Grayscale: #606060. Windows color (decimal): -9223222 or 13255539. OLE color: 13255539.

HSL color Cylindrical-coordinate representation of color #7343CA: hue angle of 261.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7343CA is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 67 202 -
CMYK 0.43 0.67 0 0.21
HSL 261.33º 0.56% 0.53% -
HSV(B) 261.33º 0.67% 0.79% -
XYZ 19.74 11.92 57.14 -
YUV 96.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 115 67 202 0.43 0.67 0 0.21 261.33 0.56 0.53
Hex 73 43 CA 2B 43 0 15 105 38 35
Octal 163 103 312 53 103 0 25 405 70 65
Binary 1110011 1000011 11001010 101011 1000011 0 10101 100000101 111000 110101

Color Harmonies of #7343CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343CA

Black with #7343CA

Text Example


Text Example

White with #7343CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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