#6B027B

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

Shades of Purple #6B027B

Tints of Purple #6B027B

Color information

#6B027B (or 0x6B027B) is unknown color: approx Purple. HEX triplet: 6B, 02 and 7B. RGB value is (107,2,123). Sum of RGB (Red+Green+Blue) = 107+2+123=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B027B is #94FD84. Grayscale: #2E2E2E. Windows color (decimal): -9764229 or 8061547. OLE color: 8061547.

HSL color Cylindrical-coordinate representation of color #6B027B: hue angle of 292.07º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B027B is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1072123-
CMYK0.130.9800.52
HSL292.07º96.8%24.51%-
HSV(B)292.07º98.37%48.24%-
XYZ9.664.619.12-
YUV47.19170.79170.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=46.12%
G=0.86%
B=53.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10721230.130.9800.52292.0796.824.51
Hex6B27BD620341246119
Octal15321731514206444414131
Binary1101011101111011110111000100110100100100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,123); }

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

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

 a { background-color: rgb(107,2,123); }

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

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

 span { border-color: rgb(107,2,123); }

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