Html Css Color HEX #7330D3 Purple Heart

📋 copy color: '#7330D3'

red 115 ◦ green 48 ◦ blue 211

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

Shades of Purple Heart #7330D3

Tints of Purple Heart #7330D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.42%

R = 30.75%
G = 12.83%
B = 56.42%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7330D3 (or 0x7330D3) is known color: Purple Heart. HEX triplet: 73, 30 and D3. RGB value is (115,48,211). Sum of RGB (Red+Green+Blue) = 115+48+211=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 211 (82.81% from 255 or 56.42% from 374); Max value from RGB is 211 - color contains mainly: blue. Hex color #7330D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330D3 is #8CCF2C. Grayscale: #565656. Windows color (decimal): -9228077 or 13840499. OLE color: 13840499.

HSL color Cylindrical-coordinate representation of color #7330D3: hue angle of 264.66º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7330D3 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 48 211 -
CMYK 0.45 0.77 0 0.17
HSL 264.66º 0.65% 0.51% -
HSV(B) 264.66º 0.77% 0.83% -
XYZ 19.89 10.46 62.6 -
YUV 86.62 198.2 148.25 -
System Red Green Blue C M Y K H S L
Decimal 115 48 211 0.45 0.77 0 0.17 264.66 0.65 0.51
Hex 73 30 D3 2D 4D 0 11 109 41 33
Octal 163 60 323 55 115 0 21 411 101 63
Binary 1110011 110000 11010011 101101 1001101 0 10001 100001001 1000001 110011

Color Harmonies of #7330D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330D3

Black with #7330D3

Text Example


Text Example

White with #7330D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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