#6B01AD

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

Shades of Purple Heart #6B01AD

Tints of Purple Heart #6B01AD

Color information

#6B01AD (or 0x6B01AD) is unknown color: approx Purple Heart. HEX triplet: 6B, 01 and AD. RGB value is (107,1,173). Sum of RGB (Red+Green+Blue) = 107+1+173=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B01AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B01AD is #94FE52. Grayscale: #333333. Windows color (decimal): -9764435 or 11338091. OLE color: 11338091.

HSL color Cylindrical-coordinate representation of color #6B01AD: hue angle of 276.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B01AD is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1071173-
CMYK0.380.9900.32
HSL276.98º98.85%34.12%-
HSV(B)276.98º99.42%67.84%-
XYZ13.626.1640.01-
YUV52.3196.12167.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.08%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=38.08%
G=0.36%
B=61.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10711730.380.9900.32276.9898.8534.12
Hex6B1AD26630201156322
Octal15312554614304042514342
Binary1101011110101101100110110001101000001000101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B01AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,173); }

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

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

 a { background-color: rgb(107,1,173); }

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

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

 span { border-color: rgb(107,1,173); }

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