Html Css Color HEX #7333C0 Purple Heart

📋 copy color: '#7333C0'

red 115 ◦ green 51 ◦ blue 192

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

Shades of Purple Heart #7333C0

Tints of Purple Heart #7333C0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 32.12%
G = 14.25%
B = 53.63%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7333C0 (or 0x7333C0) is known color: Purple Heart. HEX triplet: 73, 33 and C0. RGB value is (115,51,192). Sum of RGB (Red+Green+Blue) = 115+51+192=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #7333C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333C0 is #8CCC3F. Grayscale: #555555. Windows color (decimal): -9227328 or 12596083. OLE color: 12596083.

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

Color convert

RGB 115 51 192 -
CMYK 0.40 0.73 0 0.25
HSL 267.23º 0.58% 0.48% -
HSV(B) 267.23º 0.73% 0.75% -
XYZ 17.77 9.82 50.83 -
YUV 86.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 115 51 192 0.40 0.73 0 0.25 267.23 0.58 0.48
Hex 73 33 C0 28 49 0 19 10B 3A 30
Octal 163 63 300 50 111 0 31 413 72 60
Binary 1110011 110011 11000000 101000 1001001 0 11001 100001011 111010 110000

Color Harmonies of #7333C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7333C0

Black with #7333C0

Text Example


Text Example

White with #7333C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7333C0; }

 p { color: rgb(115,51,192); }

 H1.HeaderClassName
 {
   color: #7333C0;
 }
 .AnyTagClassName
 {
   color: #7333C0;
 }
</style>

background-color css

<style>
 a { background-color: #7333C0; }

 a { background-color: rgb(115,51,192); }

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

border-color css

<style>
 span { border-color: #7333C0; }

 span { border-color: rgb(115,51,192); }

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