#67067B

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

Shades of Purple #67067B

Tints of Purple #67067B

Color information

#67067B (or 0x67067B) is unknown color: approx Purple. HEX triplet: 67, 06 and 7B. RGB value is (103,6,123). Sum of RGB (Red+Green+Blue) = 103+6+123=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 6 (2.73% from 255 or 2.59% 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 #67067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67067B is #98F984. Grayscale: #2F2F2F. Windows color (decimal): -10025349 or 8062567. OLE color: 8062567.

HSL color Cylindrical-coordinate representation of color #67067B: hue angle of 289.74º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67067B is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1036123-
CMYK0.160.9500.52
HSL289.74º90.7%25.29%-
HSV(B)289.74º95.12%48.24%-
XYZ9.234.4419.11-
YUV48.34170.14166.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=44.40%
G=2.59%
B=53.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10361230.160.9500.52289.7490.725.29
Hex6767B105F0341225b19
Octal14761732013706444213331
Binary110011111011110111000010111110110100100100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67067B; }

 p { color: rgb(103,6,123); }

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

<style>
 a { background-color: #67067B; }

 a { background-color: rgb(103,6,123); }

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

<style>
 span { border-color: #67067B; }

 span { border-color: rgb(103,6,123); }

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