#6231DE

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

Shades of Purple Heart #6231DE

Tints of Purple Heart #6231DE

Color information

#6231DE (or 0x6231DE) is unknown color: approx Purple Heart. HEX triplet: 62, 31 and DE. RGB value is (98,49,222). Sum of RGB (Red+Green+Blue) = 98+49+222=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #6231DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231DE is #9DCE21. Grayscale: #525252. Windows color (decimal): -10341922 or 14561634. OLE color: 14561634.

HSL color Cylindrical-coordinate representation of color #6231DE: hue angle of 256.99º 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 #6231DE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9849222-
CMYK0.560.7800.13
HSL256.99º72.38%53.14%-
HSV(B)256.99º77.93%87.06%-
XYZ19.3210.0770.03-
YUV83.37206.23138.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 222 (87.11% from 255) = 60.16%
R=26.56%
G=13.28%
B=60.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98492220.560.7800.13256.9972.3853.14
Hex6231DE384E0D1014835
Octal142613367011601540111065
Binary1100010110001110111101110001001110011011000000011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6231DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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