Html Css Color HEX #7331CA Purple Heart

📋 copy color: '#7331CA'

red 115 ◦ green 49 ◦ blue 202

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

Shades of Purple Heart #7331CA

Tints of Purple Heart #7331CA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.39%

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

R = 31.42%
G = 13.39%
B = 55.19%

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

#7331CA (or 0x7331CA) is known color: Purple Heart. HEX triplet: 73, 31 and CA. RGB value is (115,49,202). Sum of RGB (Red+Green+Blue) = 115+49+202=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #7331CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331CA is #8CCE35. Grayscale: #555555. Windows color (decimal): -9227830 or 13250931. OLE color: 13250931.

HSL color Cylindrical-coordinate representation of color #7331CA: hue angle of 265.88º degrees, saturation: 0.61, 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 #7331CA is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 49 202 -
CMYK 0.43 0.76 0 0.21
HSL 265.88º 0.61% 0.49% -
HSV(B) 265.88º 0.76% 0.79% -
XYZ 18.83 10.11 56.84 -
YUV 86.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 115 49 202 0.43 0.76 0 0.21 265.88 0.61 0.49
Hex 73 31 CA 2B 4C 0 15 10A 3D 31
Octal 163 61 312 53 114 0 25 412 75 61
Binary 1110011 110001 11001010 101011 1001100 0 10101 100001010 111101 110001

Color Harmonies of #7331CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7331CA

Black with #7331CA

Text Example


Text Example

White with #7331CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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