Html Css Color HEX #7331CE Purple Heart

📋 copy color: '#7331CE'

red 115 ◦ green 49 ◦ blue 206

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

Shades of Purple Heart #7331CE

Tints of Purple Heart #7331CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 31.08%
G = 13.24%
B = 55.68%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7331CE (or 0x7331CE) is known color: Purple Heart. HEX triplet: 73, 31 and CE. RGB value is (115,49,206). Sum of RGB (Red+Green+Blue) = 115+49+206=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #7331CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331CE is #8CCE31. Grayscale: #565656. Windows color (decimal): -9227826 or 13513075. OLE color: 13513075.

HSL color Cylindrical-coordinate representation of color #7331CE: hue angle of 265.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7331CE is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 49 206 -
CMYK 0.44 0.76 0 0.19
HSL 265.22º 0.62% 0.5% -
HSV(B) 265.22º 0.76% 0.81% -
XYZ 19.31 10.3 59.36 -
YUV 86.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 115 49 206 0.44 0.76 0 0.19 265.22 0.62 0.5
Hex 73 31 CE 2C 4C 0 13 109 3E 32
Octal 163 61 316 54 114 0 23 411 76 62
Binary 1110011 110001 11001110 101100 1001100 0 10011 100001001 111110 110010

Color Harmonies of #7331CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7331CE

Black with #7331CE

Text Example


Text Example

White with #7331CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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