#6331DE

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

Shades of Purple Heart #6331DE

Tints of Purple Heart #6331DE

Color information

#6331DE (or 0x6331DE) is unknown color: approx Purple Heart. HEX triplet: 63, 31 and DE. RGB value is (99,49,222). Sum of RGB (Red+Green+Blue) = 99+49+222=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #6331DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331DE is #9CCE21. Grayscale: #535353. Windows color (decimal): -10276386 or 14561635. OLE color: 14561635.

HSL color Cylindrical-coordinate representation of color #6331DE: hue angle of 257.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6331DE is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9949222-
CMYK0.550.7800.13
HSL257.34º72.38%53.14%-
HSV(B)257.34º77.93%87.06%-
XYZ19.4310.1270.04-
YUV83.67206.06138.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 222 (87.11% from 255) = 60%
R=26.76%
G=13.24%
B=60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99492220.550.7800.13257.3472.3853.14
Hex6331DE374E0D1014835
Octal143613366711601540111065
Binary1100011110001110111101101111001110011011000000011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6331DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6331DE; }

 p { color: rgb(99,49,222); }

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

<style>
 a { background-color: #6331DE; }

 a { background-color: rgb(99,49,222); }

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

<style>
 span { border-color: #6331DE; }

 span { border-color: rgb(99,49,222); }

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