Html Css Color HEX #7340CC Purple Heart

📋 copy color: '#7340CC'

red 115 ◦ green 64 ◦ blue 204

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

Shades of Purple Heart #7340CC

Tints of Purple Heart #7340CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 30.03%
G = 16.71%
B = 53.26%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7340CC (or 0x7340CC) is known color: Purple Heart. HEX triplet: 73, 40 and CC. RGB value is (115,64,204). Sum of RGB (Red+Green+Blue) = 115+64+204=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #7340CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340CC is #8CBF33. Grayscale: #5E5E5E. Windows color (decimal): -9223988 or 13385843. OLE color: 13385843.

HSL color Cylindrical-coordinate representation of color #7340CC: hue angle of 261.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7340CC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 64 204 -
CMYK 0.44 0.69 0 0.2
HSL 261.86º 0.58% 0.53% -
HSV(B) 261.86º 0.69% 0.8% -
XYZ 19.8 11.67 58.34 -
YUV 95.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 115 64 204 0.44 0.69 0 0.2 261.86 0.58 0.53
Hex 73 40 CC 2C 45 0 14 106 3A 35
Octal 163 100 314 54 105 0 24 406 72 65
Binary 1110011 1000000 11001100 101100 1000101 0 10100 100000110 111010 110101

Color Harmonies of #7340CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340CC

Black with #7340CC

Text Example


Text Example

White with #7340CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7340CC; }

 p { color: rgb(115,64,204); }

 H1.HeaderClassName
 {
   color: #7340CC;
 }
 .AnyTagClassName
 {
   color: #7340CC;
 }
</style>

background-color css

<style>
 a { background-color: #7340CC; }

 a { background-color: rgb(115,64,204); }

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

border-color css

<style>
 span { border-color: #7340CC; }

 span { border-color: rgb(115,64,204); }

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