Html Css Color HEX #7334C1 Purple Heart

📋 copy color: '#7334C1'

red 115 ◦ green 52 ◦ blue 193

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

Shades of Purple Heart #7334C1

Tints of Purple Heart #7334C1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 193 (75.78% from 255) = 53.61%

R = 31.94%
G = 14.44%
B = 53.61%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7334C1 (or 0x7334C1) is known color: Purple Heart. HEX triplet: 73, 34 and C1. RGB value is (115,52,193). Sum of RGB (Red+Green+Blue) = 115+52+193=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #7334C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334C1 is #8CCB3E. Grayscale: #565656. Windows color (decimal): -9227071 or 12661875. OLE color: 12661875.

HSL color Cylindrical-coordinate representation of color #7334C1: hue angle of 266.81º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7334C1 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 52 193 -
CMYK 0.40 0.73 0 0.24
HSL 266.81º 0.58% 0.48% -
HSV(B) 266.81º 0.73% 0.76% -
XYZ 17.92 9.95 51.43 -
YUV 86.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 115 52 193 0.40 0.73 0 0.24 266.81 0.58 0.48
Hex 73 34 C1 28 49 0 18 10B 3A 30
Octal 163 64 301 50 111 0 30 413 72 60
Binary 1110011 110100 11000001 101000 1001001 0 11000 100001011 111010 110000

Color Harmonies of #7334C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7334C1

Black with #7334C1

Text Example


Text Example

White with #7334C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7334C1; }

 p { color: rgb(115,52,193); }

 H1.HeaderClassName
 {
   color: #7334C1;
 }
 .AnyTagClassName
 {
   color: #7334C1;
 }
</style>

background-color css

<style>
 a { background-color: #7334C1; }

 a { background-color: rgb(115,52,193); }

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

border-color css

<style>
 span { border-color: #7334C1; }

 span { border-color: rgb(115,52,193); }

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