#6731CA

Color #6731CA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6731CA

Tints of Purple Heart #6731CA

Color information

#6731CA (or 0x6731CA) is unknown color: approx Purple Heart. HEX triplet: 67, 31 and CA. RGB value is (103,49,202). Sum of RGB (Red+Green+Blue) = 103+49+202=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #6731CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731CA is #98CE35. Grayscale: #525252. Windows color (decimal): -10014262 or 13250919. OLE color: 13250919.

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

Color convert

RGB10349202-
CMYK0.490.7600.21
HSL261.18º60.96%49.22%-
HSV(B)261.18º75.74%79.22%-
XYZ17.359.3456.77-
YUV82.59195.39142.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 49 (19.53% from 255) = 13.84%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=29.10%
G=13.84%
B=57.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103492020.490.7600.21261.1860.9649.22
Hex6731CA314C0151053d31
Octal14761312611140254057561
Binary1100111110001110010101100011001100010101100000101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6731CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6731CA;
 }
 .AnyTagClassName
 {
   color: #6731CA;
 }
</style>
background-color css

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

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

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

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

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

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