Html Css Color HEX #7335C1 Purple Heart

📋 copy color: '#7335C1'

red 115 ◦ green 53 ◦ blue 193

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

Shades of Purple Heart #7335C1

Tints of Purple Heart #7335C1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 31.86%
G = 14.68%
B = 53.46%

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

#7335C1 (or 0x7335C1) is known color: Purple Heart. HEX triplet: 73, 35 and C1. RGB value is (115,53,193). Sum of RGB (Red+Green+Blue) = 115+53+193=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #7335C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335C1 is #8CCA3E. Grayscale: #575757. Windows color (decimal): -9226815 or 12662131. OLE color: 12662131.

HSL color Cylindrical-coordinate representation of color #7335C1: hue angle of 266.57º degrees, saturation: 0.57, 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 #7335C1 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 53 193 -
CMYK 0.40 0.73 0 0.24
HSL 266.57º 0.57% 0.48% -
HSV(B) 266.57º 0.73% 0.76% -
XYZ 17.97 10.04 51.44 -
YUV 87.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 115 53 193 0.40 0.73 0 0.24 266.57 0.57 0.48
Hex 73 35 C1 28 49 0 18 10B 39 30
Octal 163 65 301 50 111 0 30 413 71 60
Binary 1110011 110101 11000001 101000 1001001 0 11000 100001011 111001 110000

Color Harmonies of #7335C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7335C1

Black with #7335C1

Text Example


Text Example

White with #7335C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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