#6721D4

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

Shades of Purple Heart #6721D4

Tints of Purple Heart #6721D4

Color information

#6721D4 (or 0x6721D4) is unknown color: approx Purple Heart. HEX triplet: 67, 21 and D4. RGB value is (103,33,212). Sum of RGB (Red+Green+Blue) = 103+33+212=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 212 (83.20% from 255 or 60.92% from 348); Max value from RGB is 212 - color contains mainly: blue. Hex color #6721D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6721D4 is #98DE2B. Grayscale: #494949. Windows color (decimal): -10018348 or 13902183. OLE color: 13902183.

HSL color Cylindrical-coordinate representation of color #6721D4: hue angle of 263.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6721D4 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10333212-
CMYK0.510.8400.17
HSL263.46º73.06%48.04%-
HSV(B)263.46º84.43%83.14%-
XYZ18.028.7263.02-
YUV74.34205.69148.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 33 (13.28% from 255) = 9.48%
BLUE value IS 212 (83.20% from 255) = 60.92%
R=29.60%
G=9.48%
B=60.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal103332120.510.8400.17263.4673.0648.04
Hex6721D433540111074930
Octal147413246312402140711160
Binary11001111000011101010011001110101000100011000001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6721D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6721D4; }

 p { color: rgb(103,33,212); }

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

<style>
 a { background-color: #6721D4; }

 a { background-color: rgb(103,33,212); }

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

<style>
 span { border-color: #6721D4; }

 span { border-color: rgb(103,33,212); }

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