#6A26CB

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

Shades of Purple Heart #6A26CB

Tints of Purple Heart #6A26CB

Color information

#6A26CB (or 0x6A26CB) is unknown color: approx Purple Heart. HEX triplet: 6A, 26 and CB. RGB value is (106,38,203). Sum of RGB (Red+Green+Blue) = 106+38+203=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A26CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A26CB is #95D934. Grayscale: #4C4C4C. Windows color (decimal): -9820469 or 13313642. OLE color: 13313642.

HSL color Cylindrical-coordinate representation of color #6A26CB: hue angle of 264.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A26CB is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10638203-
CMYK0.480.8100.20
HSL264.73º68.46%47.25%-
HSV(B)264.73º81.28%79.61%-
XYZ17.428.7657.27-
YUV77.14199.03148.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 38 (15.23% from 255) = 10.95%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=30.55%
G=10.95%
B=58.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106382030.480.8100.20264.7368.4647.25
Hex6A26CB3051014109442f
Octal152463136012102441110457
Binary11010101001101100101111000010100010101001000010011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A26CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,38,203); }

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

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

 a { background-color: rgb(106,38,203); }

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

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

 span { border-color: rgb(106,38,203); }

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