#6234DD

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

Shades of Purple Heart #6234DD

Tints of Purple Heart #6234DD

Color information

#6234DD (or 0x6234DD) is unknown color: approx Purple Heart. HEX triplet: 62, 34 and DD. RGB value is (98,52,221). Sum of RGB (Red+Green+Blue) = 98+52+221=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #6234DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234DD is #9DCB22. Grayscale: #545454. Windows color (decimal): -10341155 or 14496866. OLE color: 14496866.

HSL color Cylindrical-coordinate representation of color #6234DD: hue angle of 256.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6234DD is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9852221-
CMYK0.560.7600.13
HSL256.33º71.31%53.53%-
HSV(B)256.33º76.47%86.67%-
XYZ19.3210.2769.37-
YUV85.02204.74137.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 221 (86.72% from 255) = 59.57%
R=26.42%
G=14.02%
B=59.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98522210.560.7600.13256.3371.3153.53
Hex6234DD384C0D1004736
Octal142643357011401540010766
Binary1100010110100110111011110001001100011011000000001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6234DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6234DD; }

 p { color: rgb(98,52,221); }

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

<style>
 a { background-color: #6234DD; }

 a { background-color: rgb(98,52,221); }

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

<style>
 span { border-color: #6234DD; }

 span { border-color: rgb(98,52,221); }

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