Html Css Color HEX #7330CA Purple Heart

📋 copy color: '#7330CA'

red 115 ◦ green 48 ◦ blue 202

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

Shades of Purple Heart #7330CA

Tints of Purple Heart #7330CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 31.51%
G = 13.15%
B = 55.34%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7330CA (or 0x7330CA) is known color: Purple Heart. HEX triplet: 73, 30 and CA. RGB value is (115,48,202). Sum of RGB (Red+Green+Blue) = 115+48+202=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #7330CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330CA is #8CCF35. Grayscale: #555555. Windows color (decimal): -9228086 or 13250675. OLE color: 13250675.

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

Color convert

RGB 115 48 202 -
CMYK 0.43 0.76 0 0.21
HSL 266.1º 0.62% 0.49% -
HSV(B) 266.1º 0.76% 0.79% -
XYZ 18.79 10.02 56.82 -
YUV 85.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 115 48 202 0.43 0.76 0 0.21 266.1 0.62 0.49
Hex 73 30 CA 2B 4C 0 15 10A 3E 31
Octal 163 60 312 53 114 0 25 412 76 61
Binary 1110011 110000 11001010 101011 1001100 0 10101 100001010 111110 110001

Color Harmonies of #7330CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7330CA

Black with #7330CA

Text Example


Text Example

White with #7330CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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