#6916CA

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

Shades of Purple Heart #6916CA

Tints of Purple Heart #6916CA

Color information

#6916CA (or 0x6916CA) is unknown color: approx Purple Heart. HEX triplet: 69, 16 and CA. RGB value is (105,22,202). Sum of RGB (Red+Green+Blue) = 105+22+202=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #6916CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6916CA is #96E935. Grayscale: #424242. Windows color (decimal): -9890102 or 13244009. OLE color: 13244009.

HSL color Cylindrical-coordinate representation of color #6916CA: hue angle of 267.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6916CA is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10522202-
CMYK0.480.8900.21
HSL267.67º80.36%43.92%-
HSV(B)267.67º89.11%79.22%-
XYZ16.777.8456.51-
YUV67.34204154.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=31.91%
G=6.69%
B=61.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105222020.480.8900.21267.6780.3643.92
Hex6916CA305901510c502c
Octal151263126013102541412054
Binary1101001101101100101011000010110010101011000011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6916CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,22,202); }

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

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

 a { background-color: rgb(105,22,202); }

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

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

 span { border-color: rgb(105,22,202); }

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