Html Css Color HEX #7330CC Purple Heart

📋 copy color: '#7330CC'

red 115 ◦ green 48 ◦ blue 204

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

Shades of Purple Heart #7330CC

Tints of Purple Heart #7330CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 31.34%
G = 13.08%
B = 55.59%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7330CC (or 0x7330CC) is known color: Purple Heart. HEX triplet: 73, 30 and CC. RGB value is (115,48,204). Sum of RGB (Red+Green+Blue) = 115+48+204=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #7330CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330CC is #8CCF33. Grayscale: #555555. Windows color (decimal): -9228084 or 13381747. OLE color: 13381747.

HSL color Cylindrical-coordinate representation of color #7330CC: hue angle of 265.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7330CC is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 48 204 -
CMYK 0.44 0.76 0 0.2
HSL 265.77º 0.62% 0.49% -
HSV(B) 265.77º 0.76% 0.8% -
XYZ 19.03 10.12 58.08 -
YUV 85.82 194.7 148.82 -
System Red Green Blue C M Y K H S L
Decimal 115 48 204 0.44 0.76 0 0.2 265.77 0.62 0.49
Hex 73 30 CC 2C 4C 0 14 10A 3E 31
Octal 163 60 314 54 114 0 24 412 76 61
Binary 1110011 110000 11001100 101100 1001100 0 10100 100001010 111110 110001

Color Harmonies of #7330CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330CC

Black with #7330CC

Text Example


Text Example

White with #7330CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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