#6B27D5

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

Shades of Purple Heart #6B27D5

Tints of Purple Heart #6B27D5

Color information

#6B27D5 (or 0x6B27D5) is unknown color: approx Purple Heart. HEX triplet: 6B, 27 and D5. RGB value is (107,39,213). Sum of RGB (Red+Green+Blue) = 107+39+213=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #6B27D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B27D5 is #94D82A. Grayscale: #4E4E4E. Windows color (decimal): -9754667 or 13969259. OLE color: 13969259.

HSL color Cylindrical-coordinate representation of color #6B27D5: hue angle of 263.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B27D5 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10739213-
CMYK0.500.8200.16
HSL263.45º69.05%49.41%-
HSV(B)263.45º81.69%83.53%-
XYZ18.89.3863.77-
YUV79.17203.53147.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 39 (15.62% from 255) = 10.86%
BLUE value IS 213 (83.59% from 255) = 59.33%
R=29.81%
G=10.86%
B=59.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal107392130.500.8200.16263.4569.0549.41
Hex6B27D532520101074531
Octal153473256212202040710561
Binary11010111001111101010111001010100100100001000001111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B27D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,39,213); }

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

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

 a { background-color: rgb(107,39,213); }

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

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

 span { border-color: rgb(107,39,213); }

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