#6B34DD

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

Shades of Purple Heart #6B34DD

Tints of Purple Heart #6B34DD

Color information

#6B34DD (or 0x6B34DD) is unknown color: approx Purple Heart. HEX triplet: 6B, 34 and DD. RGB value is (107,52,221). Sum of RGB (Red+Green+Blue) = 107+52+221=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B34DD is #94CB22. Grayscale: #575757. Windows color (decimal): -9751331 or 14496875. OLE color: 14496875.

HSL color Cylindrical-coordinate representation of color #6B34DD: hue angle of 259.53º 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 #6B34DD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10752221-
CMYK0.520.7600.13
HSL259.53º71.31%53.53%-
HSV(B)259.53º76.47%86.67%-
XYZ20.3410.869.42-
YUV87.71203.22141.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.16%
GREEN value IS 52 (20.70% from 255) = 13.68%
BLUE value IS 221 (86.72% from 255) = 58.16%
R=28.16%
G=13.68%
B=58.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107522210.520.7600.13259.5371.3153.53
Hex6B34DD344C0D1044736
Octal153643356411401540410766
Binary1101011110100110111011101001001100011011000001001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B34DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B34DD; }

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

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

<style>
 a { background-color: #6B34DD; }

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

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

<style>
 span { border-color: #6B34DD; }

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

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