#6A25DC

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

Shades of Purple Heart #6A25DC

Tints of Purple Heart #6A25DC

Color information

#6A25DC (or 0x6A25DC) is unknown color: approx Purple Heart. HEX triplet: 6A, 25 and DC. RGB value is (106,37,220). Sum of RGB (Red+Green+Blue) = 106+37+220=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A25DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A25DC is #95DA23. Grayscale: #4D4D4D. Windows color (decimal): -9820708 or 14427498. OLE color: 14427498.

HSL color Cylindrical-coordinate representation of color #6A25DC: hue angle of 262.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A25DC is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10637220-
CMYK0.520.8300.14
HSL262.62º72.33%50.39%-
HSV(B)262.62º83.18%86.27%-
XYZ19.529.5568.53-
YUV78.49207.86147.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 37 (14.84% from 255) = 10.19%
BLUE value IS 220 (86.33% from 255) = 60.61%
R=29.20%
G=10.19%
B=60.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106372200.520.8300.14262.6272.3350.39
Hex6A25DC34530E1074832
Octal152453346412301640711062
Binary1101010100101110111001101001010011011101000001111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A25DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,220); }

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

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

 a { background-color: rgb(106,37,220); }

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

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

 span { border-color: rgb(106,37,220); }

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