#6C26BD

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

Shades of Purple Heart #6C26BD

Tints of Purple Heart #6C26BD

Color information

#6C26BD (or 0x6C26BD) is unknown color: approx Purple Heart. HEX triplet: 6C, 26 and BD. RGB value is (108,38,189). Sum of RGB (Red+Green+Blue) = 108+38+189=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C26BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C26BD is #93D942. Grayscale: #4B4B4B. Windows color (decimal): -9689411 or 12396140. OLE color: 12396140.

HSL color Cylindrical-coordinate representation of color #6C26BD: hue angle of 267.81º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C26BD is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10838189-
CMYK0.430.8000.26
HSL267.81º66.52%44.51%-
HSV(B)267.81º79.89%74.12%-
XYZ16.068.2548.89-
YUV76.14191.69150.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=32.24%
G=11.34%
B=56.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108381890.430.8000.26267.8166.5244.51
Hex6C26BD2B5001A10c432d
Octal154462755312003241410355
Binary11011001001101011110110101110100000110101000011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C26BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,189); }

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

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

 a { background-color: rgb(108,38,189); }

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

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

 span { border-color: rgb(108,38,189); }

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