Html Css Color HEX #7330BA Purple Heart

📋 copy color: '#7330BA'

red 115 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #7330BA

Tints of Purple Heart #7330BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 32.95%
G = 13.75%
B = 53.3%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7330BA (or 0x7330BA) is known color: Purple Heart. HEX triplet: 73, 30 and BA. RGB value is (115,48,186). Sum of RGB (Red+Green+Blue) = 115+48+186=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #7330BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330BA is #8CCF45. Grayscale: #535353. Windows color (decimal): -9228102 or 12202099. OLE color: 12202099.

HSL color Cylindrical-coordinate representation of color #7330BA: hue angle of 269.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7330BA is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 48 186 -
CMYK 0.38 0.74 0 0.27
HSL 269.13º 0.59% 0.46% -
HSV(B) 269.13º 0.74% 0.73% -
XYZ 16.99 9.3 47.35 -
YUV 83.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 115 48 186 0.38 0.74 0 0.27 269.13 0.59 0.46
Hex 73 30 BA 26 4A 0 1B 10D 3B 2E
Octal 163 60 272 46 112 0 33 415 73 56
Binary 1110011 110000 10111010 100110 1001010 0 11011 100001101 111011 101110

Color Harmonies of #7330BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330BA

Black with #7330BA

Text Example


Text Example

White with #7330BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7330BA; }

 p { color: rgb(115,48,186); }

 H1.HeaderClassName
 {
   color: #7330BA;
 }
 .AnyTagClassName
 {
   color: #7330BA;
 }
</style>

background-color css

<style>
 a { background-color: #7330BA; }

 a { background-color: rgb(115,48,186); }

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

border-color css

<style>
 span { border-color: #7330BA; }

 span { border-color: rgb(115,48,186); }

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