Html Css Color HEX #7341CC Purple Heart

📋 copy color: '#7341CC'

red 115 ◦ green 65 ◦ blue 204

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

Shades of Purple Heart #7341CC

Tints of Purple Heart #7341CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

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

R = 29.95%
G = 16.93%
B = 53.13%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7341CC (or 0x7341CC) is known color: Purple Heart. HEX triplet: 73, 41 and CC. RGB value is (115,65,204). Sum of RGB (Red+Green+Blue) = 115+65+204=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #7341CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341CC is #8CBE33. Grayscale: #5F5F5F. Windows color (decimal): -9223732 or 13386099. OLE color: 13386099.

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

Color convert

RGB 115 65 204 -
CMYK 0.44 0.68 0 0.2
HSL 261.58º 0.58% 0.53% -
HSV(B) 261.58º 0.68% 0.8% -
XYZ 19.86 11.79 58.35 -
YUV 95.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 115 65 204 0.44 0.68 0 0.2 261.58 0.58 0.53
Hex 73 41 CC 2C 44 0 14 106 3A 35
Octal 163 101 314 54 104 0 24 406 72 65
Binary 1110011 1000001 11001100 101100 1000100 0 10100 100000110 111010 110101

Color Harmonies of #7341CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341CC

Black with #7341CC

Text Example


Text Example

White with #7341CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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