Html Css Color HEX #7330BF Purple Heart

📋 copy color: '#7330BF'

red 115 ◦ green 48 ◦ blue 191

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

Shades of Purple Heart #7330BF

Tints of Purple Heart #7330BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 32.49%
G = 13.56%
B = 53.95%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7330BF (or 0x7330BF) is known color: Purple Heart. HEX triplet: 73, 30 and BF. RGB value is (115,48,191). Sum of RGB (Red+Green+Blue) = 115+48+191=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #7330BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330BF is #8CCF40. Grayscale: #535353. Windows color (decimal): -9228097 or 12529779. OLE color: 12529779.

HSL color Cylindrical-coordinate representation of color #7330BF: hue angle of 268.11º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7330BF is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 48 191 -
CMYK 0.40 0.75 0 0.25
HSL 268.11º 0.6% 0.47% -
HSV(B) 268.11º 0.75% 0.75% -
XYZ 17.53 9.52 50.2 -
YUV 84.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 115 48 191 0.40 0.75 0 0.25 268.11 0.6 0.47
Hex 73 30 BF 28 4B 0 19 10C 3C 2F
Octal 163 60 277 50 113 0 31 414 74 57
Binary 1110011 110000 10111111 101000 1001011 0 11001 100001100 111100 101111

Color Harmonies of #7330BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330BF

Black with #7330BF

Text Example


Text Example

White with #7330BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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