#6B34D2

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

Shades of Purple Heart #6B34D2

Tints of Purple Heart #6B34D2

Color information

#6B34D2 (or 0x6B34D2) is unknown color: approx Purple Heart. HEX triplet: 6B, 34 and D2. RGB value is (107,52,210). Sum of RGB (Red+Green+Blue) = 107+52+210=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #6B34D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B34D2 is #94CB2D. Grayscale: #555555. Windows color (decimal): -9751342 or 13775979. OLE color: 13775979.

HSL color Cylindrical-coordinate representation of color #6B34D2: hue angle of 260.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B34D2 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10752210-
CMYK0.490.7500.18
HSL260.89º63.71%51.37%-
HSV(B)260.89º75.24%82.35%-
XYZ18.9210.2361.95-
YUV86.46197.72142.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.00%
GREEN value IS 52 (20.70% from 255) = 14.09%
BLUE value IS 210 (82.42% from 255) = 56.91%
R=29.00%
G=14.09%
B=56.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107522100.490.7500.18260.8963.7151.37
Hex6B34D2314B0121054033
Octal153643226111302240510063
Binary11010111101001101001011000110010110100101000001011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B34D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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