#6B34E1

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

Shades of Purple Heart #6B34E1

Tints of Purple Heart #6B34E1

Color information

#6B34E1 (or 0x6B34E1) is unknown color: approx Purple Heart. HEX triplet: 6B, 34 and E1. RGB value is (107,52,225). Sum of RGB (Red+Green+Blue) = 107+52+225=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #6B34E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B34E1 is #94CB1E. Grayscale: #575757. Windows color (decimal): -9751327 or 14759019. OLE color: 14759019.

HSL color Cylindrical-coordinate representation of color #6B34E1: hue angle of 259.08º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B34E1 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10752225-
CMYK0.520.7700.12
HSL259.08º74.25%54.31%-
HSV(B)259.08º76.89%88.24%-
XYZ20.8811.0272.26-
YUV88.17205.22141.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 52 (20.70% from 255) = 13.54%
BLUE value IS 225 (88.28% from 255) = 58.59%
R=27.86%
G=13.54%
B=58.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal107522250.520.7700.12259.0874.2554.31
Hex6B34E1344D0C1034a36
Octal153643416411501440311266
Binary1101011110100111000011101001001101011001000000111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B34E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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