#6B34D0

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

Shades of Purple Heart #6B34D0

Tints of Purple Heart #6B34D0

Color information

#6B34D0 (or 0x6B34D0) is unknown color: approx Purple Heart. HEX triplet: 6B, 34 and D0. RGB value is (107,52,208). Sum of RGB (Red+Green+Blue) = 107+52+208=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #6B34D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B34D0 is #94CB2F. Grayscale: #555555. Windows color (decimal): -9751344 or 13644907. OLE color: 13644907.

HSL color Cylindrical-coordinate representation of color #6B34D0: hue angle of 261.15º degrees, saturation: 0.62, 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 #6B34D0 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10752208-
CMYK0.490.7500.18
HSL261.15º62.4%50.98%-
HSV(B)261.15º75%81.57%-
XYZ18.6810.1460.65-
YUV86.23196.72142.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.16%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 208 (81.64% from 255) = 56.68%
R=29.16%
G=14.17%
B=56.68%

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
Decimal107522080.490.7500.18261.1562.450.98
Hex6B34D0314B0121053e33
Octal15364320611130224057663
Binary1101011110100110100001100011001011010010100000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B34D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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