#6831CA

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

Shades of Purple Heart #6831CA

Tints of Purple Heart #6831CA

Color information

#6831CA (or 0x6831CA) is unknown color: approx Purple Heart. HEX triplet: 68, 31 and CA. RGB value is (104,49,202). Sum of RGB (Red+Green+Blue) = 104+49+202=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #6831CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831CA is #97CE35. Grayscale: #525252. Windows color (decimal): -9948726 or 13250920. OLE color: 13250920.

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

Color convert

RGB10449202-
CMYK0.490.7600.21
HSL261.57º60.96%49.22%-
HSV(B)261.57º75.74%79.22%-
XYZ17.479.456.77-
YUV82.89195.22143.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 49 (19.53% from 255) = 13.80%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=29.30%
G=13.80%
B=56.90%

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
Decimal104492020.490.7600.21261.5760.9649.22
Hex6831CA314C0151063d31
Octal15061312611140254067561
Binary1101000110001110010101100011001100010101100000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6831CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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